Html Css Color HEX #5940BF Purple Heart

📋 copy color: '#5940BF'

red 89 ◦ green 64 ◦ blue 191

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

Shades of Purple Heart #5940BF

Tints of Purple Heart #5940BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

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

R = 25.87%
G = 18.6%
B = 55.52%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5940BF (or 0x5940BF) is known color: Purple Heart. HEX triplet: 59, 40 and BF. RGB value is (89,64,191). Sum of RGB (Red+Green+Blue) = 89+64+191=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #5940BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940BF is #A6BF40. Grayscale: #555555. Windows color (decimal): -10927937 or 12533849. OLE color: 12533849.

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

Color convert

RGB 89 64 191 -
CMYK 0.53 0.66 0 0.25
HSL 251.81º 0.5% 0.5% -
HSV(B) 251.81º 0.66% 0.75% -
XYZ 15.36 9.55 50.32 -
YUV 85.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 89 64 191 0.53 0.66 0 0.25 251.81 0.5 0.5
Hex 59 40 BF 35 42 0 19 FC 32 32
Octal 131 100 277 65 102 0 31 374 62 62
Binary 1011001 1000000 10111111 110101 1000010 0 11001 11111100 110010 110010

Color Harmonies of #5940BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5940BF

Black with #5940BF

Text Example


Text Example

White with #5940BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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