#3B20B6

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

Shades of Purple Heart #3B20B6

Tints of Purple Heart #3B20B6

Color information

#3B20B6 (or 0x3B20B6) is unknown color: approx Purple Heart. HEX triplet: 3B, 20 and B6. RGB value is (59,32,182). Sum of RGB (Red+Green+Blue) = 59+32+182=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B20B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B20B6 is #C4DF49. Grayscale: #383838. Windows color (decimal): -12902218 or 11935803. OLE color: 11935803.

HSL color Cylindrical-coordinate representation of color #3B20B6: hue angle of 250.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B20B6 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5932182-
CMYK0.680.8200.29
HSL250.8º70.09%41.96%-
HSV(B)250.8º82.42%71.37%-
XYZ10.765.3444.72-
YUV57.17198.45129.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.61%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 182 (71.48% from 255) = 66.67%
R=21.61%
G=11.72%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal59321820.680.8200.29250.870.0941.96
Hex3B20B6445201Dfb462a
Octal734026610412203537310652
Binary1110111000001011011010001001010010011101111110111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B20B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,32,182); }

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

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

 a { background-color: rgb(59,32,182); }

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

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

 span { border-color: rgb(59,32,182); }

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