#5803BA

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

Shades of Purple Heart #5803BA

Tints of Purple Heart #5803BA

Color information

#5803BA (or 0x5803BA) is unknown color: approx Purple Heart. HEX triplet: 58, 03 and BA. RGB value is (88,3,186). Sum of RGB (Red+Green+Blue) = 88+3+186=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #5803BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5803BA is #A7FC45. Grayscale: #303030. Windows color (decimal): -11009094 or 12190552. OLE color: 12190552.

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

Color convert

RGB883186-
CMYK0.530.9800.27
HSL267.87º96.83%37.06%-
HSV(B)267.87º98.39%72.94%-
XYZ12.925.6946.87-
YUV49.28205.16155.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=31.77%
G=1.08%
B=67.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8831860.530.9800.27267.8796.8337.06
Hex583BA356201B10c6125
Octal13032726514203341414145
Binary1011000111011101011010111000100110111000011001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5803BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5803BA; }

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

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

<style>
 a { background-color: #5803BA; }

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

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

<style>
 span { border-color: #5803BA; }

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

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