#3B0EC1

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

Shades of Purple Heart #3B0EC1

Tints of Purple Heart #3B0EC1

Color information

#3B0EC1 (or 0x3B0EC1) is unknown color: approx Purple Heart. HEX triplet: 3B, 0E and C1. RGB value is (59,14,193). Sum of RGB (Red+Green+Blue) = 59+14+193=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 193 (75.78% from 255 or 72.56% from 266); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B0EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0EC1 is #C4F13E. Grayscale: #2F2F2F. Windows color (decimal): -12906815 or 12652091. OLE color: 12652091.

HSL color Cylindrical-coordinate representation of color #3B0EC1: hue angle of 255.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0EC1 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5914193-
CMYK0.690.9300.24
HSL255.08º86.47%40.59%-
HSV(B)255.08º92.75%75.69%-
XYZ11.595.0950.82-
YUV47.86209.91135.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.18%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 193 (75.78% from 255) = 72.56%
R=22.18%
G=5.26%
B=72.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59141930.690.9300.24255.0886.4740.59
Hex3BEC1455D018ff5629
Octal731630110513503037712651
Binary11101111101100000110001011011101011000111111111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,14,193); }

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

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

 a { background-color: rgb(59,14,193); }

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

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

 span { border-color: rgb(59,14,193); }

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