#6224AC

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

Shades of Purple Heart #6224AC

Tints of Purple Heart #6224AC

Color information

#6224AC (or 0x6224AC) is unknown color: approx Purple Heart. HEX triplet: 62, 24 and AC. RGB value is (98,36,172). Sum of RGB (Red+Green+Blue) = 98+36+172=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #6224AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6224AC is #9DDB53. Grayscale: #454545. Windows color (decimal): -10345300 or 11281506. OLE color: 11281506.

HSL color Cylindrical-coordinate representation of color #6224AC: hue angle of 267.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6224AC is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9836172-
CMYK0.430.7900.33
HSL267.35º65.38%40.78%-
HSV(B)267.35º79.07%67.45%-
XYZ13.116.8439.66-
YUV70.04185.54147.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=32.03%
G=11.76%
B=56.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98361720.430.7900.33267.3565.3840.78
Hex6224AC2B4F02110b4129
Octal142442545311704141310151
Binary110001010010010101100101011100111101000011000010111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6224AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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