#6D12AE

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

Shades of Purple Heart #6D12AE

Tints of Purple Heart #6D12AE

Color information

#6D12AE (or 0x6D12AE) is unknown color: approx Purple Heart. HEX triplet: 6D, 12 and AE. RGB value is (109,18,174). Sum of RGB (Red+Green+Blue) = 109+18+174=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D12AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D12AE is #92ED51. Grayscale: #3E3E3E. Windows color (decimal): -9629010 or 11407981. OLE color: 11407981.

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

Color convert

RGB10918174-
CMYK0.370.9000.32
HSL275º81.25%37.65%-
HSV(B)275º89.66%68.24%-
XYZ14.166.7440.6-
YUV62.99190.65160.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=36.21%
G=5.98%
B=57.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109181740.370.9000.3227581.2537.65
Hex6D12AE255A0201135126
Octal155222564513204042312146
Binary11011011001010101110100101101101001000001000100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D12AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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