#6D13AD

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

Shades of Purple Heart #6D13AD

Tints of Purple Heart #6D13AD

Color information

#6D13AD (or 0x6D13AD) is unknown color: approx Purple Heart. HEX triplet: 6D, 13 and AD. RGB value is (109,19,173). Sum of RGB (Red+Green+Blue) = 109+19+173=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D13AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D13AD is #92EC52. Grayscale: #3E3E3E. Windows color (decimal): -9628755 or 11342701. OLE color: 11342701.

HSL color Cylindrical-coordinate representation of color #6D13AD: hue angle of 275.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D13AD is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10919173-
CMYK0.370.8900.32
HSL275.06º80.21%37.65%-
HSV(B)275.06º89.02%67.84%-
XYZ14.086.7340.09-
YUV63.47189.82160.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 19 (7.81% from 255) = 6.31%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=36.21%
G=6.31%
B=57.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109191730.370.8900.32275.0680.2137.65
Hex6D13AD25590201135026
Octal155232554513104042312046
Binary11011011001110101101100101101100101000001000100111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D13AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,19,173); }

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

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

 a { background-color: rgb(109,19,173); }

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

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

 span { border-color: rgb(109,19,173); }

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