Html Css Color HEX #593BDE Purple Heart

📋 copy color: '#593BDE'

red 89 ◦ green 59 ◦ blue 222

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

Shades of Purple Heart #593BDE

Tints of Purple Heart #593BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.95%

 BLUE value IS 222 (87.11% from 255) = 60%

R = 24.05%
G = 15.95%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#593BDE (or 0x593BDE) is known color: Purple Heart. HEX triplet: 59, 3B and DE. RGB value is (89,59,222). Sum of RGB (Red+Green+Blue) = 89+59+222=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #593BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BDE is #A6C421. Grayscale: #555555. Windows color (decimal): -10929186 or 14564185. OLE color: 14564185.

HSL color Cylindrical-coordinate representation of color #593BDE: hue angle of 251.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593BDE is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 59 222 -
CMYK 0.60 0.73 0 0.13
HSL 251.04º 0.71% 0.55% -
HSV(B) 251.04º 0.73% 0.87% -
XYZ 18.87 10.53 70.14 -
YUV 86.55 204.44 129.75 -
System Red Green Blue C M Y K H S L
Decimal 89 59 222 0.60 0.73 0 0.13 251.04 0.71 0.55
Hex 59 3B DE 3C 49 0 D FB 47 37
Octal 131 73 336 74 111 0 15 373 107 67
Binary 1011001 111011 11011110 111100 1001001 0 1101 11111011 1000111 110111

Color Harmonies of #593BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593BDE

Black with #593BDE

Text Example


Text Example

White with #593BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,59,222); }

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

background-color css

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

 a { background-color: rgb(89,59,222); }

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

border-color css

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

 span { border-color: rgb(89,59,222); }

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