#6E12BD

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

Shades of Purple Heart #6E12BD

Tints of Purple Heart #6E12BD

Color information

#6E12BD (or 0x6E12BD) is unknown color: approx Purple Heart. HEX triplet: 6E, 12 and BD. RGB value is (110,18,189). Sum of RGB (Red+Green+Blue) = 110+18+189=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E12BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12BD is #91ED42. Grayscale: #404040. Windows color (decimal): -9563459 or 12391022. OLE color: 12391022.

HSL color Cylindrical-coordinate representation of color #6E12BD: hue angle of 272.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E12BD is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11018189-
CMYK0.420.9000.26
HSL272.28º82.61%40.59%-
HSV(B)272.28º90.48%74.12%-
XYZ15.837.4248.74-
YUV65197.98160.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 18 (7.42% from 255) = 5.68%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=34.70%
G=5.68%
B=59.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110181890.420.9000.26272.2882.6140.59
Hex6E12BD2A5A01A1105329
Octal156222755213203242012351
Binary1101110100101011110110101010110100110101000100001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E12BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,18,189); }

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

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

 a { background-color: rgb(110,18,189); }

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

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

 span { border-color: rgb(110,18,189); }

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