#6D03AE

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

Shades of Purple Heart #6D03AE

Tints of Purple Heart #6D03AE

Color information

#6D03AE (or 0x6D03AE) is unknown color: approx Purple Heart. HEX triplet: 6D, 03 and AE. RGB value is (109,3,174). Sum of RGB (Red+Green+Blue) = 109+3+174=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D03AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D03AE is #92FC51. Grayscale: #353535. Windows color (decimal): -9632850 or 11404141. OLE color: 11404141.

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

Color convert

RGB1093174-
CMYK0.370.9800.32
HSL277.19º96.61%34.71%-
HSV(B)277.19º98.28%68.24%-
XYZ13.986.3740.54-
YUV54.19195.62167.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=38.11%
G=1.05%
B=60.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10931740.370.9800.32277.1996.6134.71
Hex6D3AE25620201156123
Octal15532564514204042514143
Binary11011011110101110100101110001001000001000101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D03AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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