Html Css Color HEX #5901BD Purple Heart

📋 copy color: '#5901BD'

red 89 ◦ green 1 ◦ blue 189

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

Shades of Purple Heart #5901BD

Tints of Purple Heart #5901BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.74%

R = 31.9%
G = 0.36%
B = 67.74%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5901BD (or 0x5901BD) is known color: Purple Heart. HEX triplet: 59, 01 and BD. RGB value is (89,1,189). Sum of RGB (Red+Green+Blue) = 89+1+189=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #5901BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5901BD is #A6FE42. Grayscale: #303030. Windows color (decimal): -10944067 or 12386649. OLE color: 12386649.

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

Color convert

RGB 89 1 189 -
CMYK 0.53 0.99 0 0.26
HSL 268.09º 0.99% 0.37% -
HSV(B) 268.09º 0.99% 0.74% -
XYZ 13.32 5.82 48.57 -
YUV 48.74 207.15 156.71 -
System Red Green Blue C M Y K H S L
Decimal 89 1 189 0.53 0.99 0 0.26 268.09 0.99 0.37
Hex 59 1 BD 35 63 0 1A 10C 63 25
Octal 131 1 275 65 143 0 32 414 143 45
Binary 1011001 1 10111101 110101 1100011 0 11010 100001100 1100011 100101

Color Harmonies of #5901BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5901BD

Black with #5901BD

Text Example


Text Example

White with #5901BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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