#6417A4

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

Shades of Purple Heart #6417A4

Tints of Purple Heart #6417A4

Color information

#6417A4 (or 0x6417A4) is unknown color: approx Purple Heart. HEX triplet: 64, 17 and A4. RGB value is (100,23,164). Sum of RGB (Red+Green+Blue) = 100+23+164=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #6417A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6417A4 is #9BE85B. Grayscale: #3D3D3D. Windows color (decimal): -10217564 or 10753892. OLE color: 10753892.

HSL color Cylindrical-coordinate representation of color #6417A4: hue angle of 272.77º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6417A4 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10023164-
CMYK0.390.8600.36
HSL272.77º75.4%36.67%-
HSV(B)272.77º85.98%64.31%-
XYZ12.26635.63-
YUV62.1185.51155.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 23 (9.38% from 255) = 8.01%
BLUE value IS 164 (64.45% from 255) = 57.14%
R=34.84%
G=8.01%
B=57.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100231640.390.8600.36272.7775.436.67
Hex6417A427560241114b25
Octal144272444712604442111345
Binary11001001011110100100100111101011001001001000100011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6417A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6417A4; }

 p { color: rgb(100,23,164); }

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

<style>
 a { background-color: #6417A4; }

 a { background-color: rgb(100,23,164); }

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

<style>
 span { border-color: #6417A4; }

 span { border-color: rgb(100,23,164); }

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