Html Css Color HEX #5940CC Purple Heart

📋 copy color: '#5940CC'

red 89 ◦ green 64 ◦ blue 204

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

Shades of Purple Heart #5940CC

Tints of Purple Heart #5940CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 24.93%
G = 17.93%
B = 57.14%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5940CC (or 0x5940CC) is known color: Purple Heart. HEX triplet: 59, 40 and CC. RGB value is (89,64,204). Sum of RGB (Red+Green+Blue) = 89+64+204=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #5940CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940CC is #A6BF33. Grayscale: #565656. Windows color (decimal): -10927924 or 13385817. OLE color: 13385817.

HSL color Cylindrical-coordinate representation of color #5940CC: hue angle of 250.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5940CC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 64 204 -
CMYK 0.56 0.69 0 0.2
HSL 250.71º 0.58% 0.53% -
HSV(B) 250.71º 0.69% 0.8% -
XYZ 16.85 10.15 58.2 -
YUV 87.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 89 64 204 0.56 0.69 0 0.2 250.71 0.58 0.53
Hex 59 40 CC 38 45 0 14 FB 3A 35
Octal 131 100 314 70 105 0 24 373 72 65
Binary 1011001 1000000 11001100 111000 1000101 0 10100 11111011 111010 110101

Color Harmonies of #5940CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5940CC

Black with #5940CC

Text Example


Text Example

White with #5940CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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