#6D14AB

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

Shades of Purple Heart #6D14AB

Tints of Purple Heart #6D14AB

Color information

#6D14AB (or 0x6D14AB) is unknown color: approx Purple Heart. HEX triplet: 6D, 14 and AB. RGB value is (109,20,171). Sum of RGB (Red+Green+Blue) = 109+20+171=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D14AB is #92EB54. Grayscale: #3F3F3F. Windows color (decimal): -9628501 or 11211885. OLE color: 11211885.

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

Color convert

RGB10920171-
CMYK0.360.8800.33
HSL275.36º79.06%37.45%-
HSV(B)275.36º88.3%67.06%-
XYZ13.916.6939.09-
YUV63.82188.49160.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 20 (8.20% from 255) = 6.67%
BLUE value IS 171 (67.19% from 255) = 57%
R=36.33%
G=6.67%
B=57%

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
Decimal109201710.360.8800.33275.3679.0637.45
Hex6D14AB24580211134f25
Octal155242534413004142311745
Binary11011011010010101011100100101100001000011000100111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D14AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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