#6B12BB

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

Shades of Purple Heart #6B12BB

Tints of Purple Heart #6B12BB

Color information

#6B12BB (or 0x6B12BB) is unknown color: approx Purple Heart. HEX triplet: 6B, 12 and BB. RGB value is (107,18,187). Sum of RGB (Red+Green+Blue) = 107+18+187=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B12BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B12BB is #94ED44. Grayscale: #3F3F3F. Windows color (decimal): -9760069 or 12259947. OLE color: 12259947.

HSL color Cylindrical-coordinate representation of color #6B12BB: hue angle of 271.6º 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 #6B12BB is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10718187-
CMYK0.430.9000.27
HSL271.6º82.44%40.2%-
HSV(B)271.6º90.37%73.33%-
XYZ15.257.1547.59-
YUV63.88197.49158.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 18 (7.42% from 255) = 5.77%
BLUE value IS 187 (73.44% from 255) = 59.94%
R=34.29%
G=5.77%
B=59.94%

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
Decimal107181870.430.9000.27271.682.4440.2
Hex6B12BB2B5A01B1105228
Octal153222735313203342012250
Binary1101011100101011101110101110110100110111000100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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