#6D15AB

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

Shades of Purple Heart #6D15AB

Tints of Purple Heart #6D15AB

Color information

#6D15AB (or 0x6D15AB) is unknown color: approx Purple Heart. HEX triplet: 6D, 15 and AB. RGB value is (109,21,171). Sum of RGB (Red+Green+Blue) = 109+21+171=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D15AB is #92EA54. Grayscale: #3F3F3F. Windows color (decimal): -9628245 or 11212141. OLE color: 11212141.

HSL color Cylindrical-coordinate representation of color #6D15AB: hue angle of 275.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D15AB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10921171-
CMYK0.360.8800.33
HSL275.2º78.12%37.65%-
HSV(B)275.2º87.72%67.06%-
XYZ13.936.7339.09-
YUV64.41188.15159.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=36.21%
G=6.98%
B=56.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109211710.360.8800.33275.278.1237.65
Hex6D15AB24580211134e26
Octal155252534413004142311646
Binary11011011010110101011100100101100001000011000100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D15AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D15AB; }

 p { color: rgb(109,21,171); }

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

<style>
 a { background-color: #6D15AB; }

 a { background-color: rgb(109,21,171); }

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

<style>
 span { border-color: #6D15AB; }

 span { border-color: rgb(109,21,171); }

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