#6413af

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

Shades of Purple Heart #6413AF

Tints of Purple Heart #6413AF

Color information

#6413AF (or 0x6413AF) is unknown color: approx Purple Heart. HEX triplet: 64, 13 and AF. RGB value is (100,19,175). Sum of RGB (Red+Green+Blue) = 100+19+175=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #6413AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6413AF is #9BEC50. Grayscale: #3C3C3C. Windows color (decimal): -10218577 or 11473764. OLE color: 11473764.

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

Color convert

RGB10019175-
CMYK0.430.8900.31
HSL271.15º80.41%38.04%-
HSV(B)271.15º89.14%68.63%-
XYZ13.236.2741.07-
YUV61192.34155.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 175 (68.75% from 255) = 59.52%
R=34.01%
G=6.46%
B=59.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100191750.430.8900.31271.1580.4138.04
Hex6413AF2B5901F10f5026
Octal144232575313103741712046
Binary1100100100111010111110101110110010111111000011111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6413af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6413af; }

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

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

<style>
 a { background-color: #6413af; }

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

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

<style>
 span { border-color: #6413af; }

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

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