#6424C0

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

Shades of Purple Heart #6424C0

Tints of Purple Heart #6424C0

Color information

#6424C0 (or 0x6424C0) is unknown color: approx Purple Heart. HEX triplet: 64, 24 and C0. RGB value is (100,36,192). Sum of RGB (Red+Green+Blue) = 100+36+192=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #6424C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424C0 is #9BDB3F. Grayscale: #484848. Windows color (decimal): -10214208 or 12592228. OLE color: 12592228.

HSL color Cylindrical-coordinate representation of color #6424C0: hue angle of 264.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6424C0 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10036192-
CMYK0.480.8100.25
HSL264.62º68.42%44.71%-
HSV(B)264.62º81.25%75.29%-
XYZ15.47.7850.56-
YUV72.92195.2147.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 36 (14.45% from 255) = 10.98%
BLUE value IS 192 (75.39% from 255) = 58.54%
R=30.49%
G=10.98%
B=58.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100361920.480.8100.25264.6268.4244.71
Hex6424C03051019109442d
Octal144443006012103141110455
Binary11001001001001100000011000010100010110011000010011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6424C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6424C0; }

 p { color: rgb(100,36,192); }

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

<style>
 a { background-color: #6424C0; }

 a { background-color: rgb(100,36,192); }

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

<style>
 span { border-color: #6424C0; }

 span { border-color: rgb(100,36,192); }

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