#6516C9

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

Shades of Purple Heart #6516C9

Tints of Purple Heart #6516C9

Color information

#6516C9 (or 0x6516C9) is unknown color: approx Purple Heart. HEX triplet: 65, 16 and C9. RGB value is (101,22,201). Sum of RGB (Red+Green+Blue) = 101+22+201=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #6516C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516C9 is #9AE936. Grayscale: #414141. Windows color (decimal): -10152247 or 13178469. OLE color: 13178469.

HSL color Cylindrical-coordinate representation of color #6516C9: hue angle of 266.48º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6516C9 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10122201-
CMYK0.500.8900.21
HSL266.48º80.27%43.73%-
HSV(B)266.48º89.05%78.82%-
XYZ16.27.5655.86-
YUV66.03204.17152.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.17%
GREEN value IS 22 (8.98% from 255) = 6.79%
BLUE value IS 201 (78.91% from 255) = 62.04%
R=31.17%
G=6.79%
B=62.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101222010.500.8900.21266.4880.2743.73
Hex6516C9325901510a502c
Octal145263116213102541212054
Binary1100101101101100100111001010110010101011000010101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6516C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6516C9; }

 p { color: rgb(101,22,201); }

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

<style>
 a { background-color: #6516C9; }

 a { background-color: rgb(101,22,201); }

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

<style>
 span { border-color: #6516C9; }

 span { border-color: rgb(101,22,201); }

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