#6516A4

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

Shades of Purple Heart #6516A4

Tints of Purple Heart #6516A4

Color information

#6516A4 (or 0x6516A4) is unknown color: approx Purple Heart. HEX triplet: 65, 16 and A4. RGB value is (101,22,164). Sum of RGB (Red+Green+Blue) = 101+22+164=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 22 (8.98% from 255 or 7.67% 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 #6516A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6516A4 is #9AE95B. Grayscale: #3D3D3D. Windows color (decimal): -10152284 or 10753637. OLE color: 10753637.

HSL color Cylindrical-coordinate representation of color #6516A4: hue angle of 273.38º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6516A4 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10122164-
CMYK0.380.8700.36
HSL273.38º76.34%36.47%-
HSV(B)273.38º86.59%64.31%-
XYZ12.356.0235.63-
YUV61.81185.67155.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 164 (64.45% from 255) = 57.14%
R=35.19%
G=7.67%
B=57.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101221640.380.8700.36273.3876.3436.47
Hex6516A426570241114c24
Octal145262444612704442111444
Binary11001011011010100100100110101011101001001000100011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6516A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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