#6420AF

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

Shades of Purple Heart #6420AF

Tints of Purple Heart #6420AF

Color information

#6420AF (or 0x6420AF) is unknown color: approx Purple Heart. HEX triplet: 64, 20 and AF. RGB value is (100,32,175). Sum of RGB (Red+Green+Blue) = 100+32+175=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #6420AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6420AF is #9BDF50. Grayscale: #444444. Windows color (decimal): -10215249 or 11477092. OLE color: 11477092.

HSL color Cylindrical-coordinate representation of color #6420AF: hue angle of 268.53º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6420AF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10032175-
CMYK0.430.8200.31
HSL268.53º69.08%40.59%-
HSV(B)268.53º81.71%68.63%-
XYZ13.516.8441.17-
YUV68.63188.03150.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 175 (68.75% from 255) = 57.00%
R=32.57%
G=10.42%
B=57.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100321750.430.8200.31268.5369.0840.59
Hex6420AF2B5201F10d4529
Octal144402575312203741510551
Binary11001001000001010111110101110100100111111000011011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6420AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6420AF; }

 p { color: rgb(100,32,175); }

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

<style>
 a { background-color: #6420AF; }

 a { background-color: rgb(100,32,175); }

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

<style>
 span { border-color: #6420AF; }

 span { border-color: rgb(100,32,175); }

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