#5B03BA

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

Shades of Purple Heart #5B03BA

Tints of Purple Heart #5B03BA

Color information

#5B03BA (or 0x5B03BA) is unknown color: approx Purple Heart. HEX triplet: 5B, 03 and BA. RGB value is (91,3,186). Sum of RGB (Red+Green+Blue) = 91+3+186=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B03BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B03BA is #A4FC45. Grayscale: #313131. Windows color (decimal): -10812486 or 12190555. OLE color: 12190555.

HSL color Cylindrical-coordinate representation of color #5B03BA: hue angle of 268.85º 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 #5B03BA is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB913186-
CMYK0.510.9800.27
HSL268.85º96.83%37.06%-
HSV(B)268.85º98.39%72.94%-
XYZ13.215.8346.88-
YUV50.17204.65157.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 186 (73.05% from 255) = 66.43%
R=32.5%
G=1.07%
B=66.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9131860.510.9800.27268.8596.8337.06
Hex5B3BA336201B10d6125
Octal13332726314203341514145
Binary1011011111011101011001111000100110111000011011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B03BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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