#3612BF

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

Shades of Purple Heart #3612BF

Tints of Purple Heart #3612BF

Color information

#3612BF (or 0x3612BF) is unknown color: approx Purple Heart. HEX triplet: 36, 12 and BF. RGB value is (54,18,191). Sum of RGB (Red+Green+Blue) = 54+18+191=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #3612BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3612BF is #C9ED40. Grayscale: #2F2F2F. Windows color (decimal): -13233473 or 12522038. OLE color: 12522038.

HSL color Cylindrical-coordinate representation of color #3612BF: hue angle of 252.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3612BF is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5418191-
CMYK0.720.9100.25
HSL252.49º82.78%40.98%-
HSV(B)252.49º90.58%74.9%-
XYZ11.144.9849.66-
YUV48.49208.43131.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 191 (75% from 255) = 72.62%
R=20.53%
G=6.84%
B=72.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54181910.720.9100.25252.4982.7840.98
Hex3612BF485B019fc5329
Octal662227711013303137412351
Binary110110100101011111110010001011011011001111111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3612BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3612BF; }

 p { color: rgb(54,18,191); }

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

<style>
 a { background-color: #3612BF; }

 a { background-color: rgb(54,18,191); }

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

<style>
 span { border-color: #3612BF; }

 span { border-color: rgb(54,18,191); }

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