#6A12BB

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

Shades of Purple Heart #6A12BB

Tints of Purple Heart #6A12BB

Color information

#6A12BB (or 0x6A12BB) is unknown color: approx Purple Heart. HEX triplet: 6A, 12 and BB. RGB value is (106,18,187). Sum of RGB (Red+Green+Blue) = 106+18+187=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #6A12BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A12BB is #95ED44. Grayscale: #3E3E3E. Windows color (decimal): -9825605 or 12259946. OLE color: 12259946.

HSL color Cylindrical-coordinate representation of color #6A12BB: hue angle of 271.24º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A12BB is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10618187-
CMYK0.430.9000.27
HSL271.24º82.44%40.2%-
HSV(B)271.24º90.37%73.33%-
XYZ15.137.0847.58-
YUV63.58197.65158.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 187 (73.44% from 255) = 60.13%
R=34.08%
G=5.79%
B=60.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106181870.430.9000.27271.2482.4440.2
Hex6A12BB2B5A01B10f5228
Octal152222735313203341712250
Binary1101010100101011101110101110110100110111000011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,18,187); }

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

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

 a { background-color: rgb(106,18,187); }

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

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

 span { border-color: rgb(106,18,187); }

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