Html Css Color HEX #5940CB Purple Heart

📋 copy color: '#5940CB'

red 89 ◦ green 64 ◦ blue 203

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

Shades of Purple Heart #5940CB

Tints of Purple Heart #5940CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.02%

R = 25%
G = 17.98%
B = 57.02%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5940CB (or 0x5940CB) is known color: Purple Heart. HEX triplet: 59, 40 and CB. RGB value is (89,64,203). Sum of RGB (Red+Green+Blue) = 89+64+203=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5940CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940CB is #A6BF34. Grayscale: #565656. Windows color (decimal): -10927925 or 13320281. OLE color: 13320281.

HSL color Cylindrical-coordinate representation of color #5940CB: hue angle of 250.79º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5940CB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 64 203 -
CMYK 0.56 0.68 0 0.20
HSL 250.79º 0.57% 0.52% -
HSV(B) 250.79º 0.68% 0.8% -
XYZ 16.73 10.1 57.57 -
YUV 87.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 89 64 203 0.56 0.68 0 0.20 250.79 0.57 0.52
Hex 59 40 CB 38 44 0 14 FB 39 34
Octal 131 100 313 70 104 0 24 373 71 64
Binary 1011001 1000000 11001011 111000 1000100 0 10100 11111011 111001 110100

Color Harmonies of #5940CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5940CB

Black with #5940CB

Text Example


Text Example

White with #5940CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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