Html Css Color HEX #593ADC Purple Heart

📋 copy color: '#593ADC'

red 89 ◦ green 58 ◦ blue 220

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

Shades of Purple Heart #593ADC

Tints of Purple Heart #593ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.8%

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

R = 24.25%
G = 15.8%
B = 59.95%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#593ADC (or 0x593ADC) is known color: Purple Heart. HEX triplet: 59, 3A and DC. RGB value is (89,58,220). Sum of RGB (Red+Green+Blue) = 89+58+220=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #593ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ADC is #A6C523. Grayscale: #555555. Windows color (decimal): -10929444 or 14432857. OLE color: 14432857.

HSL color Cylindrical-coordinate representation of color #593ADC: hue angle of 251.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #593ADC is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 58 220 -
CMYK 0.60 0.74 0 0.14
HSL 251.48º 0.7% 0.55% -
HSV(B) 251.48º 0.74% 0.86% -
XYZ 18.55 10.32 68.72 -
YUV 85.74 203.77 130.33 -
System Red Green Blue C M Y K H S L
Decimal 89 58 220 0.60 0.74 0 0.14 251.48 0.7 0.55
Hex 59 3A DC 3C 4A 0 E FB 46 37
Octal 131 72 334 74 112 0 16 373 106 67
Binary 1011001 111010 11011100 111100 1001010 0 1110 11111011 1000110 110111

Color Harmonies of #593ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593ADC

Black with #593ADC

Text Example


Text Example

White with #593ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593ADC; }

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

 H1.HeaderClassName
 {
   color: #593ADC;
 }
 .AnyTagClassName
 {
   color: #593ADC;
 }
</style>

background-color css

<style>
 a { background-color: #593ADC; }

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

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

border-color css

<style>
 span { border-color: #593ADC; }

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

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