#6418AD

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

Shades of Purple Heart #6418AD

Tints of Purple Heart #6418AD

Color information

#6418AD (or 0x6418AD) is unknown color: approx Purple Heart. HEX triplet: 64, 18 and AD. RGB value is (100,24,173). Sum of RGB (Red+Green+Blue) = 100+24+173=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #6418AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6418AD is #9BE752. Grayscale: #3F3F3F. Windows color (decimal): -10217299 or 11343972. OLE color: 11343972.

HSL color Cylindrical-coordinate representation of color #6418AD: hue angle of 270.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6418AD is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10024173-
CMYK0.420.8600.32
HSL270.6º75.63%38.63%-
HSV(B)270.6º86.13%67.84%-
XYZ13.126.3840.07-
YUV63.71189.68153.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 173 (67.97% from 255) = 58.25%
R=33.67%
G=8.08%
B=58.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100241730.420.8600.32270.675.6338.63
Hex6418AD2A5602010f4c27
Octal144302555212604041711447
Binary11001001100010101101101010101011001000001000011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6418AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6418AD; }

 p { color: rgb(100,24,173); }

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

<style>
 a { background-color: #6418AD; }

 a { background-color: rgb(100,24,173); }

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

<style>
 span { border-color: #6418AD; }

 span { border-color: rgb(100,24,173); }

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