#6224DC

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

Shades of Purple Heart #6224DC

Tints of Purple Heart #6224DC

Color information

#6224DC (or 0x6224DC) is unknown color: approx Purple Heart. HEX triplet: 62, 24 and DC. RGB value is (98,36,220). Sum of RGB (Red+Green+Blue) = 98+36+220=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #6224DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6224DC is #9DDB23. Grayscale: #4A4A4A. Windows color (decimal): -10345252 or 14427234. OLE color: 14427234.

HSL color Cylindrical-coordinate representation of color #6224DC: hue angle of 260.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6224DC is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9836220-
CMYK0.550.8400.14
HSL260.22º72.44%50.2%-
HSV(B)260.22º83.64%86.27%-
XYZ18.599.0368.47-
YUV75.51209.54144.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 36 (14.45% from 255) = 10.17%
BLUE value IS 220 (86.33% from 255) = 62.15%
R=27.68%
G=10.17%
B=62.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal98362200.550.8400.14260.2272.4450.2
Hex6224DC37540E1044832
Octal142443346712401640411062
Binary1100010100100110111001101111010100011101000001001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6224DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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