#3b0db1

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

Shades of Purple Heart #3B0DB1

Tints of Purple Heart #3B0DB1

Color information

#3B0DB1 (or 0x3B0DB1) is unknown color: approx Purple Heart. HEX triplet: 3B, 0D and B1. RGB value is (59,13,177). Sum of RGB (Red+Green+Blue) = 59+13+177=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 177 (69.53% from 255 or 71.08% from 249); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B0DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0DB1 is #C4F24E. Grayscale: #2C2C2C. Windows color (decimal): -12907087 or 11603259. OLE color: 11603259.

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

Color convert

RGB5913177-
CMYK0.670.9300.31
HSL256.83º86.32%37.25%-
HSV(B)256.83º92.66%69.41%-
XYZ9.884.3941.92-
YUV45.45202.24137.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.69%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 177 (69.53% from 255) = 71.08%
R=23.69%
G=5.22%
B=71.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59131770.670.9300.31256.8386.3237.25
Hex3BDB1435D01F1015625
Octal731526110313503740112645
Binary111011110110110001100001110111010111111000000011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b0db1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,13,177); }

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

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

 a { background-color: rgb(59,13,177); }

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

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

 span { border-color: rgb(59,13,177); }

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