#6416AE

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

Shades of Purple Heart #6416AE

Tints of Purple Heart #6416AE

Color information

#6416AE (or 0x6416AE) is unknown color: approx Purple Heart. HEX triplet: 64, 16 and AE. RGB value is (100,22,174). Sum of RGB (Red+Green+Blue) = 100+22+174=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #6416AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6416AE is #9BE951. Grayscale: #3E3E3E. Windows color (decimal): -10217810 or 11408996. OLE color: 11408996.

HSL color Cylindrical-coordinate representation of color #6416AE: hue angle of 270.79º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6416AE is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10022174-
CMYK0.430.8700.32
HSL270.79º77.55%38.43%-
HSV(B)270.79º87.36%68.24%-
XYZ13.186.3440.57-
YUV62.65190.84154.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 22 (8.98% from 255) = 7.43%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=33.78%
G=7.43%
B=58.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100221740.430.8700.32270.7977.5538.43
Hex6416AE2B5702010f4e26
Octal144262565312704041711646
Binary11001001011010101110101011101011101000001000011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6416AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6416AE; }

 p { color: rgb(100,22,174); }

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

<style>
 a { background-color: #6416AE; }

 a { background-color: rgb(100,22,174); }

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

<style>
 span { border-color: #6416AE; }

 span { border-color: rgb(100,22,174); }

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