Html Css Color HEX #5901BF Purple Heart

📋 copy color: '#5901BF'

red 89 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #5901BF

Tints of Purple Heart #5901BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.97%

R = 31.67%
G = 0.36%
B = 67.97%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5901BF (or 0x5901BF) is known color: Purple Heart. HEX triplet: 59, 01 and BF. RGB value is (89,1,191). Sum of RGB (Red+Green+Blue) = 89+1+191=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #5901BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5901BF is #A6FE40. Grayscale: #303030. Windows color (decimal): -10944065 or 12517721. OLE color: 12517721.

HSL color Cylindrical-coordinate representation of color #5901BF: hue angle of 267.79º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5901BF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 1 191 -
CMYK 0.53 0.99 0 0.25
HSL 267.79º 0.99% 0.38% -
HSV(B) 267.79º 0.99% 0.75% -
XYZ 13.53 5.91 49.72 -
YUV 48.97 208.15 156.55 -
System Red Green Blue C M Y K H S L
Decimal 89 1 191 0.53 0.99 0 0.25 267.79 0.99 0.38
Hex 59 1 BF 35 63 0 19 10C 63 26
Octal 131 1 277 65 143 0 31 414 143 46
Binary 1011001 1 10111111 110101 1100011 0 11001 100001100 1100011 100110

Color Harmonies of #5901BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5901BF

Black with #5901BF

Text Example


Text Example

White with #5901BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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