#3916BB

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

Shades of Purple Heart #3916BB

Tints of Purple Heart #3916BB

Color information

#3916BB (or 0x3916BB) is unknown color: approx Purple Heart. HEX triplet: 39, 16 and BB. RGB value is (57,22,187). Sum of RGB (Red+Green+Blue) = 57+22+187=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #3916BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3916BB is #C6E944. Grayscale: #323232. Windows color (decimal): -13035845 or 12260921. OLE color: 12260921.

HSL color Cylindrical-coordinate representation of color #3916BB: hue angle of 252.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3916BB is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5722187-
CMYK0.700.8800.27
HSL252.73º78.95%40.98%-
HSV(B)252.73º88.24%73.33%-
XYZ10.945.0347.41-
YUV51.28204.6132.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 22 (8.98% from 255) = 8.27%
BLUE value IS 187 (73.44% from 255) = 70.30%
R=21.43%
G=8.27%
B=70.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57221870.700.8800.27252.7378.9540.98
Hex3916BB465801Bfd4f29
Octal712627310613003337511751
Binary111001101101011101110001101011000011011111111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3916BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3916BB; }

 p { color: rgb(57,22,187); }

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

<style>
 a { background-color: #3916BB; }

 a { background-color: rgb(57,22,187); }

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

<style>
 span { border-color: #3916BB; }

 span { border-color: rgb(57,22,187); }

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