Html Css Color HEX #5930DC Purple Heart

📋 copy color: '#5930DC'

red 89 ◦ green 48 ◦ blue 220

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

Shades of Purple Heart #5930DC

Tints of Purple Heart #5930DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.45%

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

R = 24.93%
G = 13.45%
B = 61.62%

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

#5930DC (or 0x5930DC) is known color: Purple Heart. HEX triplet: 59, 30 and DC. RGB value is (89,48,220). Sum of RGB (Red+Green+Blue) = 89+48+220=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #5930DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5930DC is #A6CF23. Grayscale: #4F4F4F. Windows color (decimal): -10932004 or 14430297. OLE color: 14430297.

HSL color Cylindrical-coordinate representation of color #5930DC: hue angle of 254.3º 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 #5930DC is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 48 220 -
CMYK 0.60 0.78 0 0.14
HSL 254.3º 0.71% 0.53% -
HSV(B) 254.3º 0.78% 0.86% -
XYZ 18.1 9.41 68.57 -
YUV 79.87 207.08 134.51 -
System Red Green Blue C M Y K H S L
Decimal 89 48 220 0.60 0.78 0 0.14 254.3 0.71 0.53
Hex 59 30 DC 3C 4E 0 E FE 47 35
Octal 131 60 334 74 116 0 16 376 107 65
Binary 1011001 110000 11011100 111100 1001110 0 1110 11111110 1000111 110101

Color Harmonies of #5930DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5930DC

Black with #5930DC

Text Example


Text Example

White with #5930DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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