Html Css Color HEX #5901B3 Purple Heart

📋 copy color: '#5901B3'

red 89 ◦ green 1 ◦ blue 179

#5901B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5901B3

Tints of Purple Heart #5901B3

RGB

 RED value IS 89 (35.16% from 255) = 33.09%

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 179 (70.31% from 255) = 66.54%

R = 33.09%
G = 0.37%
B = 66.54%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5901B3 (or 0x5901B3) is known color: Purple Heart. HEX triplet: 59, 01 and B3. RGB value is (89,1,179). Sum of RGB (Red+Green+Blue) = 89+1+179=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #5901B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5901B3 is #A6FE4C. Grayscale: #2E2E2E. Windows color (decimal): -10944077 or 11731289. OLE color: 11731289.

HSL color Cylindrical-coordinate representation of color #5901B3: hue angle of 269.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5901B3 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 1 179 -
CMYK 0.50 0.99 0 0.30
HSL 269.66º 0.99% 0.35% -
HSV(B) 269.66º 0.99% 0.7% -
XYZ 12.27 5.4 43.04 -
YUV 47.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 89 1 179 0.50 0.99 0 0.30 269.66 0.99 0.35
Hex 59 1 B3 32 63 0 1E 10E 63 23
Octal 131 1 263 62 143 0 36 416 143 43
Binary 1011001 1 10110011 110010 1100011 0 11110 100001110 1100011 100011

Color Harmonies of #5901B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5901B3

Black with #5901B3

Text Example


Text Example

White with #5901B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5901B3; }

 p { color: rgb(89,1,179); }

 H1.HeaderClassName
 {
   color: #5901B3;
 }
 .AnyTagClassName
 {
   color: #5901B3;
 }
</style>

background-color css

<style>
 a { background-color: #5901B3; }

 a { background-color: rgb(89,1,179); }

 div.DivClassName
 {
   background-color: #5901B3;
 }
 .BgClassName
 {
   background-color: #5901B3;
 }
</style>

border-color css

<style>
 span { border-color: #5901B3; }

 span { border-color: rgb(89,1,179); }

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