#5A03BA

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

Shades of Purple Heart #5A03BA

Tints of Purple Heart #5A03BA

Color information

#5A03BA (or 0x5A03BA) is unknown color: approx Purple Heart. HEX triplet: 5A, 03 and BA. RGB value is (90,3,186). Sum of RGB (Red+Green+Blue) = 90+3+186=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A03BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A03BA is #A5FC45. Grayscale: #313131. Windows color (decimal): -10878022 or 12190554. OLE color: 12190554.

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

Color convert

RGB903186-
CMYK0.520.9800.27
HSL268.52º96.83%37.06%-
HSV(B)268.52º98.39%72.94%-
XYZ13.115.7846.88-
YUV49.88204.82156.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 186 (73.05% from 255) = 66.67%
R=32.26%
G=1.08%
B=66.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9031860.520.9800.27268.5296.8337.06
Hex5A3BA346201B10d6125
Octal13232726414203341514145
Binary1011010111011101011010011000100110111000011011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A03BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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