#5B03B1

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

Shades of Purple Heart #5B03B1

Tints of Purple Heart #5B03B1

Color information

#5B03B1 (or 0x5B03B1) is unknown color: approx Purple Heart. HEX triplet: 5B, 03 and B1. RGB value is (91,3,177). Sum of RGB (Red+Green+Blue) = 91+3+177=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #5B03B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B03B1 is #A4FC4E. Grayscale: #303030. Windows color (decimal): -10812495 or 11600731. OLE color: 11600731.

HSL color Cylindrical-coordinate representation of color #5B03B1: hue angle of 270.34º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B03B1 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB913177-
CMYK0.490.9800.31
HSL270.34º96.67%35.29%-
HSV(B)270.34º98.31%69.41%-
XYZ12.285.4642-
YUV49.15200.15157.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 177 (69.53% from 255) = 65.31%
R=33.58%
G=1.11%
B=65.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9131770.490.9800.31270.3496.6735.29
Hex5B3B1316201F10e6123
Octal13332616114203741614143
Binary1011011111011000111000111000100111111000011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B03B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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