#6D01AE

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

Shades of Purple Heart #6D01AE

Tints of Purple Heart #6D01AE

Color information

#6D01AE (or 0x6D01AE) is unknown color: approx Purple Heart. HEX triplet: 6D, 01 and AE. RGB value is (109,1,174). Sum of RGB (Red+Green+Blue) = 109+1+174=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D01AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D01AE is #92FE51. Grayscale: #343434. Windows color (decimal): -9633362 or 11403629. OLE color: 11403629.

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

Color convert

RGB1091174-
CMYK0.370.9900.32
HSL277.46º98.86%34.31%-
HSV(B)277.46º99.43%68.24%-
XYZ13.966.3340.53-
YUV53.01196.28167.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 174 (68.36% from 255) = 61.27%
R=38.38%
G=0.35%
B=61.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10911740.370.9900.32277.4698.8634.31
Hex6D1AE25630201156322
Octal15512564514304042514342
Binary1101101110101110100101110001101000001000101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D01AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,174); }

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

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

 a { background-color: rgb(109,1,174); }

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

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

 span { border-color: rgb(109,1,174); }

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