#3511BF

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

Shades of Purple Heart #3511BF

Tints of Purple Heart #3511BF

Color information

#3511BF (or 0x3511BF) is unknown color: approx Purple Heart. HEX triplet: 35, 11 and BF. RGB value is (53,17,191). Sum of RGB (Red+Green+Blue) = 53+17+191=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #3511BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3511BF is #CAEE40. Grayscale: #2E2E2E. Windows color (decimal): -13299265 or 12521781. OLE color: 12521781.

HSL color Cylindrical-coordinate representation of color #3511BF: hue angle of 252.41º degrees, saturation: 0.84, 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 #3511BF is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5317191-
CMYK0.720.9100.25
HSL252.41º83.65%40.78%-
HSV(B)252.41º91.1%74.9%-
XYZ11.074.9249.66-
YUV47.6208.93131.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 191 (75% from 255) = 73.18%
R=20.31%
G=6.51%
B=73.18%

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
Decimal53171910.720.9100.25252.4183.6540.78
Hex3511BF485B019fc5429
Octal652127711013303137412451
Binary110101100011011111110010001011011011001111111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3511BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,17,191); }

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

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

 a { background-color: rgb(53,17,191); }

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

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

 span { border-color: rgb(53,17,191); }

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