Html Css Color HEX #5931DC Purple Heart

📋 copy color: '#5931DC'

red 89 ◦ green 49 ◦ blue 220

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

Shades of Purple Heart #5931DC

Tints of Purple Heart #5931DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 24.86%
G = 13.69%
B = 61.45%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5931DC (or 0x5931DC) is known color: Purple Heart. HEX triplet: 59, 31 and DC. RGB value is (89,49,220). Sum of RGB (Red+Green+Blue) = 89+49+220=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #5931DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5931DC is #A6CE23. Grayscale: #4F4F4F. Windows color (decimal): -10931748 or 14430553. OLE color: 14430553.

HSL color Cylindrical-coordinate representation of color #5931DC: hue angle of 254.04º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5931DC is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 49 220 -
CMYK 0.60 0.78 0 0.14
HSL 254.04º 0.71% 0.53% -
HSV(B) 254.04º 0.78% 0.86% -
XYZ 18.14 9.49 68.59 -
YUV 80.45 206.75 134.1 -
System Red Green Blue C M Y K H S L
Decimal 89 49 220 0.60 0.78 0 0.14 254.04 0.71 0.53
Hex 59 31 DC 3C 4E 0 E FE 47 35
Octal 131 61 334 74 116 0 16 376 107 65
Binary 1011001 110001 11011100 111100 1001110 0 1110 11111110 1000111 110101

Color Harmonies of #5931DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5931DC

Black with #5931DC

Text Example


Text Example

White with #5931DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5931DC; }

 p { color: rgb(89,49,220); }

 H1.HeaderClassName
 {
   color: #5931DC;
 }
 .AnyTagClassName
 {
   color: #5931DC;
 }
</style>

background-color css

<style>
 a { background-color: #5931DC; }

 a { background-color: rgb(89,49,220); }

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

border-color css

<style>
 span { border-color: #5931DC; }

 span { border-color: rgb(89,49,220); }

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