#5A03B1

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

Shades of Purple Heart #5A03B1

Tints of Purple Heart #5A03B1

Color information

#5A03B1 (or 0x5A03B1) is unknown color: approx Purple Heart. HEX triplet: 5A, 03 and B1. RGB value is (90,3,177). Sum of RGB (Red+Green+Blue) = 90+3+177=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 177 (69.53% from 255 or 65.56% from 270); Max value from RGB is 177 - color contains mainly: blue. Hex color #5A03B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A03B1 is #A5FC4E. Grayscale: #303030. Windows color (decimal): -10878031 or 11600730. OLE color: 11600730.

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

Color convert

RGB903177-
CMYK0.490.9800.31
HSL270º96.67%35.29%-
HSV(B)270º98.31%69.41%-
XYZ12.185.4142-
YUV48.85200.32157.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 177 (69.53% from 255) = 65.56%
R=33.33%
G=1.11%
B=65.56%

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
Decimal9031770.490.9800.3127096.6735.29
Hex5A3B1316201F10e6123
Octal13232616114203741614143
Binary1011010111011000111000111000100111111000011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A03B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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