#3611BA

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

Shades of Purple Heart #3611BA

Tints of Purple Heart #3611BA

Color information

#3611BA (or 0x3611BA) is unknown color: approx Purple Heart. HEX triplet: 36, 11 and BA. RGB value is (54,17,186). Sum of RGB (Red+Green+Blue) = 54+17+186=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #3611BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3611BA is #C9EE45. Grayscale: #2E2E2E. Windows color (decimal): -13233734 or 12194102. OLE color: 12194102.

HSL color Cylindrical-coordinate representation of color #3611BA: hue angle of 253.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3611BA is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5417186-
CMYK0.710.9100.27
HSL253.14º83.25%39.8%-
HSV(B)253.14º90.86%72.94%-
XYZ10.584.7346.81-
YUV47.33206.26132.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 186 (73.05% from 255) = 72.37%
R=21.01%
G=6.61%
B=72.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal54171860.710.9100.27253.1483.2539.8
Hex3611BA475B01Bfd5328
Octal662127210713303337512350
Binary110110100011011101010001111011011011011111111011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3611BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3611BA; }

 p { color: rgb(54,17,186); }

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

<style>
 a { background-color: #3611BA; }

 a { background-color: rgb(54,17,186); }

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

<style>
 span { border-color: #3611BA; }

 span { border-color: rgb(54,17,186); }

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