Html Css Color HEX #5940C0 Purple Heart

📋 copy color: '#5940C0'

red 89 ◦ green 64 ◦ blue 192

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

Shades of Purple Heart #5940C0

Tints of Purple Heart #5940C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 55.65%

R = 25.8%
G = 18.55%
B = 55.65%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5940C0 (or 0x5940C0) is known color: Purple Heart. HEX triplet: 59, 40 and C0. RGB value is (89,64,192). Sum of RGB (Red+Green+Blue) = 89+64+192=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #5940C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940C0 is #A6BF3F. Grayscale: #555555. Windows color (decimal): -10927936 or 12599385. OLE color: 12599385.

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

Color convert

RGB 89 64 192 -
CMYK 0.54 0.67 0 0.25
HSL 251.72º 0.5% 0.5% -
HSV(B) 251.72º 0.67% 0.75% -
XYZ 15.47 9.6 50.91 -
YUV 86.07 187.78 130.09 -
System Red Green Blue C M Y K H S L
Decimal 89 64 192 0.54 0.67 0 0.25 251.72 0.5 0.5
Hex 59 40 C0 36 43 0 19 FC 32 32
Octal 131 100 300 66 103 0 31 374 62 62
Binary 1011001 1000000 11000000 110110 1000011 0 11001 11111100 110010 110010

Color Harmonies of #5940C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5940C0

Black with #5940C0

Text Example


Text Example

White with #5940C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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