#6424CD

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

Shades of Purple Heart #6424CD

Tints of Purple Heart #6424CD

Color information

#6424CD (or 0x6424CD) is unknown color: approx Purple Heart. HEX triplet: 64, 24 and CD. RGB value is (100,36,205). Sum of RGB (Red+Green+Blue) = 100+36+205=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #6424CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424CD is #9BDB32. Grayscale: #494949. Windows color (decimal): -10214195 or 13444196. OLE color: 13444196.

HSL color Cylindrical-coordinate representation of color #6424CD: hue angle of 262.72º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6424CD is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10036205-
CMYK0.510.8200.20
HSL262.72º70.12%47.25%-
HSV(B)262.72º82.44%80.39%-
XYZ16.918.3858.48-
YUV74.4201.7146.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 36 (14.45% from 255) = 10.56%
BLUE value IS 205 (80.47% from 255) = 60.12%
R=29.33%
G=10.56%
B=60.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100362050.510.8200.20262.7270.1247.25
Hex6424CD3352014107462f
Octal144443156312202440710657
Binary11001001001001100110111001110100100101001000001111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6424CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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