#6424BA

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

Shades of Purple Heart #6424BA

Tints of Purple Heart #6424BA

Color information

#6424BA (or 0x6424BA) is unknown color: approx Purple Heart. HEX triplet: 64, 24 and BA. RGB value is (100,36,186). Sum of RGB (Red+Green+Blue) = 100+36+186=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #6424BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424BA is #9BDB45. Grayscale: #474747. Windows color (decimal): -10214214 or 12199012. OLE color: 12199012.

HSL color Cylindrical-coordinate representation of color #6424BA: hue angle of 265.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6424BA is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10036186-
CMYK0.460.8100.27
HSL265.6º67.57%43.53%-
HSV(B)265.6º80.65%72.94%-
XYZ14.757.5247.13-
YUV72.24192.2147.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=31.06%
G=11.18%
B=57.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100361860.460.8100.27265.667.5743.53
Hex6424BA2E5101B10a442c
Octal144442725612103341210454
Binary11001001001001011101010111010100010110111000010101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6424BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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