#3B12BB

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

Shades of Purple Heart #3B12BB

Tints of Purple Heart #3B12BB

Color information

#3B12BB (or 0x3B12BB) is unknown color: approx Purple Heart. HEX triplet: 3B, 12 and BB. RGB value is (59,18,187). Sum of RGB (Red+Green+Blue) = 59+18+187=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B12BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B12BB is #C4ED44. Grayscale: #303030. Windows color (decimal): -12905797 or 12259899. OLE color: 12259899.

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

Color convert

RGB5918187-
CMYK0.680.9000.27
HSL254.56º82.44%40.2%-
HSV(B)254.56º90.37%73.33%-
XYZ10.994.9547.39-
YUV49.52205.58134.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 187 (73.44% from 255) = 70.83%
R=22.35%
G=6.82%
B=70.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal59181870.680.9000.27254.5682.4440.2
Hex3B12BB445A01Bff5228
Octal732227310413203337712250
Binary111011100101011101110001001011010011011111111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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