#6224AE

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

Shades of Purple Heart #6224AE

Tints of Purple Heart #6224AE

Color information

#6224AE (or 0x6224AE) is unknown color: approx Purple Heart. HEX triplet: 62, 24 and AE. RGB value is (98,36,174). Sum of RGB (Red+Green+Blue) = 98+36+174=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #6224AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6224AE is #9DDB51. Grayscale: #454545. Windows color (decimal): -10345298 or 11412578. OLE color: 11412578.

HSL color Cylindrical-coordinate representation of color #6224AE: hue angle of 266.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6224AE is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9836174-
CMYK0.440.7900.32
HSL266.96º65.71%41.18%-
HSV(B)266.96º79.31%68.24%-
XYZ13.316.9140.68-
YUV70.27186.54147.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=31.82%
G=11.69%
B=56.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98361740.440.7900.32266.9665.7141.18
Hex6224AE2C4F02010b4229
Octal142442565411704041310251
Binary110001010010010101110101100100111101000001000010111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6224AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6224AE; }

 p { color: rgb(98,36,174); }

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

<style>
 a { background-color: #6224AE; }

 a { background-color: rgb(98,36,174); }

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

<style>
 span { border-color: #6224AE; }

 span { border-color: rgb(98,36,174); }

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