#3B03BA

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

Shades of Purple Heart #3B03BA

Tints of Purple Heart #3B03BA

Color information

#3B03BA (or 0x3B03BA) is unknown color: approx Purple Heart. HEX triplet: 3B, 03 and BA. RGB value is (59,3,186). Sum of RGB (Red+Green+Blue) = 59+3+186=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B03BA is #C4FC45. Grayscale: #272727. Windows color (decimal): -12909638 or 12190523. OLE color: 12190523.

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

Color convert

RGB593186-
CMYK0.680.9800.27
HSL258.36º96.83%37.06%-
HSV(B)258.36º98.39%72.94%-
XYZ10.74.5446.77-
YUV40.61210.05141.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.79%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 186 (73.05% from 255) = 75%
R=23.79%
G=1.21%
B=75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5931860.680.9800.27258.3696.8337.06
Hex3B3BA446201B1026125
Octal73327210414203340214145
Binary1110111110111010100010011000100110111000000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B03BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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