Html Css Color HEX #5928DC Purple Heart

📋 copy color: '#5928DC'

red 89 ◦ green 40 ◦ blue 220

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

Shades of Purple Heart #5928DC

Tints of Purple Heart #5928DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

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

R = 25.5%
G = 11.46%
B = 63.04%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5928DC (or 0x5928DC) is known color: Purple Heart. HEX triplet: 59, 28 and DC. RGB value is (89,40,220). Sum of RGB (Red+Green+Blue) = 89+40+220=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #5928DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5928DC is #A6D723. Grayscale: #4A4A4A. Windows color (decimal): -10934052 or 14428249. OLE color: 14428249.

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

Color convert

RGB 89 40 220 -
CMYK 0.60 0.82 0 0.14
HSL 256.33º 0.72% 0.51% -
HSV(B) 256.33º 0.82% 0.86% -
XYZ 17.8 8.81 68.47 -
YUV 75.17 209.73 137.86 -
System Red Green Blue C M Y K H S L
Decimal 89 40 220 0.60 0.82 0 0.14 256.33 0.72 0.51
Hex 59 28 DC 3C 52 0 E 100 48 33
Octal 131 50 334 74 122 0 16 400 110 63
Binary 1011001 101000 11011100 111100 1010010 0 1110 100000000 1001000 110011

Color Harmonies of #5928DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5928DC

Black with #5928DC

Text Example


Text Example

White with #5928DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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