#722FCD

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

Shades of Purple Heart #722FCD

Tints of Purple Heart #722FCD

Color information

#722FCD (or 0x722FCD) is unknown color: approx Purple Heart. HEX triplet: 72, 2F and CD. RGB value is (114,47,205). Sum of RGB (Red+Green+Blue) = 114+47+205=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #722FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722FCD is #8DD032. Grayscale: #545454. Windows color (decimal): -9293875 or 13447026. OLE color: 13447026.

HSL color Cylindrical-coordinate representation of color #722FCD: hue angle of 265.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #722FCD is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11447205-
CMYK0.440.7700.20
HSL265.44º62.7%49.41%-
HSV(B)265.44º77.07%80.39%-
XYZ18.9810.0258.69-
YUV85.04195.7148.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 47 (18.75% from 255) = 12.84%
BLUE value IS 205 (80.47% from 255) = 56.01%
R=31.15%
G=12.84%
B=56.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114472050.440.7700.20265.4462.749.41
Hex722FCD2C4D0141093f31
Octal16257315541150244117761
Binary1110010101111110011011011001001101010100100001001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,47,205); }

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

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

 a { background-color: rgb(114,47,205); }

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

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

 span { border-color: rgb(114,47,205); }

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