#3E16BB

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

Shades of Purple Heart #3E16BB

Tints of Purple Heart #3E16BB

Color information

#3E16BB (or 0x3E16BB) is unknown color: approx Purple Heart. HEX triplet: 3E, 16 and BB. RGB value is (62,22,187). Sum of RGB (Red+Green+Blue) = 62+22+187=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E16BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E16BB is #C1E944. Grayscale: #343434. Windows color (decimal): -12708165 or 12260926. OLE color: 12260926.

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

Color convert

RGB6222187-
CMYK0.670.8800.27
HSL254.55º78.95%40.98%-
HSV(B)254.55º88.24%73.33%-
XYZ11.245.1947.42-
YUV52.77203.75134.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.88%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 187 (73.44% from 255) = 69.00%
R=22.88%
G=8.12%
B=69.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal62221870.670.8800.27254.5578.9540.98
Hex3E16BB435801Bff4f29
Octal762627310313003337711751
Binary111110101101011101110000111011000011011111111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E16BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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