#722CB2

Color #722CB2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #722CB2

Tints of Purple Heart #722CB2

Color information

#722CB2 (or 0x722CB2) is unknown color: approx Purple Heart. HEX triplet: 72, 2C and B2. RGB value is (114,44,178). Sum of RGB (Red+Green+Blue) = 114+44+178=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #722CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722CB2 is #8DD34D. Grayscale: #4F4F4F. Windows color (decimal): -9294670 or 11676786. OLE color: 11676786.

HSL color Cylindrical-coordinate representation of color #722CB2: hue angle of 271.34º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722CB2 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11444178-
CMYK0.360.7500.30
HSL271.34º60.36%43.53%-
HSV(B)271.34º75.28%69.8%-
XYZ15.888.5942.94-
YUV80.21183.19152.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 44 (17.58% from 255) = 13.10%
BLUE value IS 178 (69.92% from 255) = 52.98%
R=33.93%
G=13.10%
B=52.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114441780.360.7500.30271.3460.3643.53
Hex722CB2244B01E10f3c2c
Octal16254262441130364177454
Binary1110010101100101100101001001001011011110100001111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722CB2; }

 p { color: rgb(114,44,178); }

 H1.HeaderClassName
 {
   color: #722CB2;
 }
 .AnyTagClassName
 {
   color: #722CB2;
 }
</style>
background-color css

<style>
 a { background-color: #722CB2; }

 a { background-color: rgb(114,44,178); }

 div.DivClassName
 {
   background-color: #722CB2;
 }
 .BgClassName
 {
   background-color: #722CB2;
 }
</style>
border-color css

<style>
 span { border-color: #722CB2; }

 span { border-color: rgb(114,44,178); }

 td.TdClassName
 {
   border-color: #722CB2;
 }
 .TagClassName
 {
   border-color: #722CB2;
 }
</style>