Html Css Color HEX #5940BC Purple Heart

📋 copy color: '#5940BC'

red 89 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #5940BC

Tints of Purple Heart #5940BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 26.1%
G = 18.77%
B = 55.13%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5940BC (or 0x5940BC) is known color: Purple Heart. HEX triplet: 59, 40 and BC. RGB value is (89,64,188). Sum of RGB (Red+Green+Blue) = 89+64+188=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #5940BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940BC is #A6BF43. Grayscale: #555555. Windows color (decimal): -10927940 or 12337241. OLE color: 12337241.

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

Color convert

RGB 89 64 188 -
CMYK 0.53 0.66 0 0.26
HSL 252.1º 0.49% 0.49% -
HSV(B) 252.1º 0.66% 0.74% -
XYZ 15.03 9.42 48.6 -
YUV 85.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 89 64 188 0.53 0.66 0 0.26 252.1 0.49 0.49
Hex 59 40 BC 35 42 0 1A FC 31 31
Octal 131 100 274 65 102 0 32 374 61 61
Binary 1011001 1000000 10111100 110101 1000010 0 11010 11111100 110001 110001

Color Harmonies of #5940BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5940BC

Black with #5940BC

Text Example


Text Example

White with #5940BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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