#5903BD

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

Shades of Purple Heart #5903BD

Tints of Purple Heart #5903BD

Color information

#5903BD (or 0x5903BD) is unknown color: approx Purple Heart. HEX triplet: 59, 03 and BD. RGB value is (89,3,189). Sum of RGB (Red+Green+Blue) = 89+3+189=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #5903BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5903BD is #A6FC42. Grayscale: #313131. Windows color (decimal): -10943555 or 12387161. OLE color: 12387161.

HSL color Cylindrical-coordinate representation of color #5903BD: hue angle of 267.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5903BD is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB893189-
CMYK0.530.9800.26
HSL267.74º96.88%37.65%-
HSV(B)267.74º98.41%74.12%-
XYZ13.345.8648.57-
YUV49.92206.49155.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.67%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=31.67%
G=1.07%
B=67.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8931890.530.9800.26267.7496.8837.65
Hex593BD356201A10c6126
Octal13132756514203241414146
Binary1011001111011110111010111000100110101000011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5903BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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