#6515A6

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

Shades of Purple Heart #6515A6

Tints of Purple Heart #6515A6

Color information

#6515A6 (or 0x6515A6) is unknown color: approx Purple Heart. HEX triplet: 65, 15 and A6. RGB value is (101,21,166). Sum of RGB (Red+Green+Blue) = 101+21+166=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 166 (65.23% from 255 or 57.64% from 288); Max value from RGB is 166 - color contains mainly: blue. Hex color #6515A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6515A6 is #9AEA59. Grayscale: #3C3C3C. Windows color (decimal): -10152538 or 10884453. OLE color: 10884453.

HSL color Cylindrical-coordinate representation of color #6515A6: hue angle of 273.1º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6515A6 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10121166-
CMYK0.390.8700.35
HSL273.1º77.54%36.67%-
HSV(B)273.1º87.35%65.1%-
XYZ12.526.0636.59-
YUV61.45187156.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 166 (65.23% from 255) = 57.64%
R=35.07%
G=7.29%
B=57.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101211660.390.8700.35273.177.5436.67
Hex6515A627570231114e25
Octal145252464712704342111645
Binary11001011010110100110100111101011101000111000100011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6515A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6515A6; }

 p { color: rgb(101,21,166); }

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

<style>
 a { background-color: #6515A6; }

 a { background-color: rgb(101,21,166); }

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

<style>
 span { border-color: #6515A6; }

 span { border-color: rgb(101,21,166); }

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