#5903B1

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

Shades of Purple Heart #5903B1

Tints of Purple Heart #5903B1

Color information

#5903B1 (or 0x5903B1) is unknown color: approx Purple Heart. HEX triplet: 59, 03 and B1. RGB value is (89,3,177). Sum of RGB (Red+Green+Blue) = 89+3+177=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #5903B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5903B1 is #A6FC4E. Grayscale: #2F2F2F. Windows color (decimal): -10943567 or 11600729. OLE color: 11600729.

HSL color Cylindrical-coordinate representation of color #5903B1: hue angle of 269.66º 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 #5903B1 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB893177-
CMYK0.500.9800.31
HSL269.66º96.67%35.29%-
HSV(B)269.66º98.31%69.41%-
XYZ12.095.3641.99-
YUV48.55200.49156.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 177 (69.53% from 255) = 65.80%
R=33.09%
G=1.12%
B=65.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8931770.500.9800.31269.6696.6735.29
Hex593B1326201F10e6123
Octal13132616214203741614143
Binary1011001111011000111001011000100111111000011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5903B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5903B1; }

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

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

<style>
 a { background-color: #5903B1; }

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

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

<style>
 span { border-color: #5903B1; }

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

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