#3B05BA

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

Shades of Purple Heart #3B05BA

Tints of Purple Heart #3B05BA

Color information

#3B05BA (or 0x3B05BA) is unknown color: approx Purple Heart. HEX triplet: 3B, 05 and BA. RGB value is (59,5,186). Sum of RGB (Red+Green+Blue) = 59+5+186=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B05BA is #C4FA45. Grayscale: #292929. Windows color (decimal): -12909126 or 12191035. OLE color: 12191035.

HSL color Cylindrical-coordinate representation of color #3B05BA: hue angle of 257.9º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B05BA is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB595186-
CMYK0.680.9700.27
HSL257.9º94.76%37.45%-
HSV(B)257.9º97.31%72.94%-
XYZ10.724.5846.77-
YUV41.78209.39140.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 5 (2.34% from 255) = 2%
BLUE value IS 186 (73.05% from 255) = 74.4%
R=23.6%
G=2%
B=74.4%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5951860.680.9700.27257.994.7637.45
Hex3B5BA446101B1025f25
Octal73527210414103340213745
Binary11101110110111010100010011000010110111000000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B05BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,5,186); }

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

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

 a { background-color: rgb(59,5,186); }

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

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

 span { border-color: rgb(59,5,186); }

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