#6515B4

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

Shades of Purple Heart #6515B4

Tints of Purple Heart #6515B4

Color information

#6515B4 (or 0x6515B4) is unknown color: approx Purple Heart. HEX triplet: 65, 15 and B4. RGB value is (101,21,180). Sum of RGB (Red+Green+Blue) = 101+21+180=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 180 (70.70% from 255 or 59.60% from 302); Max value from RGB is 180 - color contains mainly: blue. Hex color #6515B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515B4 is #9AEA4B. Grayscale: #3E3E3E. Windows color (decimal): -10152524 or 11801957. OLE color: 11801957.

HSL color Cylindrical-coordinate representation of color #6515B4: hue angle of 270.19º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6515B4 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10121180-
CMYK0.440.8800.29
HSL270.19º79.1%39.41%-
HSV(B)270.19º88.33%70.59%-
XYZ13.876.643.72-
YUV63.05194155.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 180 (70.70% from 255) = 59.60%
R=33.44%
G=6.95%
B=59.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101211800.440.8800.29270.1979.139.41
Hex6515B42C5801D10e4f27
Octal145252645413003541611747
Binary1100101101011011010010110010110000111011000011101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6515B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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