#6D05AE

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

Shades of Purple Heart #6D05AE

Tints of Purple Heart #6D05AE

Color information

#6D05AE (or 0x6D05AE) is unknown color: approx Purple Heart. HEX triplet: 6D, 05 and AE. RGB value is (109,5,174). Sum of RGB (Red+Green+Blue) = 109+5+174=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D05AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D05AE is #92FA51. Grayscale: #363636. Windows color (decimal): -9632338 or 11404653. OLE color: 11404653.

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

Color convert

RGB1095174-
CMYK0.370.9700.32
HSL276.92º94.41%35.1%-
HSV(B)276.92º97.13%68.24%-
XYZ146.4240.54-
YUV55.36194.96166.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=37.85%
G=1.74%
B=60.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10951740.370.9700.32276.9294.4135.1
Hex6D5AE25610201155e23
Octal15552564514104042513643
Binary110110110110101110100101110000101000001000101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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