Html Css Color HEX #593CDA Purple Heart

📋 copy color: '#593CDA'

red 89 ◦ green 60 ◦ blue 218

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

Shades of Purple Heart #593CDA

Tints of Purple Heart #593CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 24.25%
G = 16.35%
B = 59.4%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#593CDA (or 0x593CDA) is known color: Purple Heart. HEX triplet: 59, 3C and DA. RGB value is (89,60,218). Sum of RGB (Red+Green+Blue) = 89+60+218=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #593CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CDA is #A6C325. Grayscale: #565656. Windows color (decimal): -10928934 or 14302297. OLE color: 14302297.

HSL color Cylindrical-coordinate representation of color #593CDA: hue angle of 251.01º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593CDA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 60 218 -
CMYK 0.59 0.72 0 0.15
HSL 251.01º 0.68% 0.55% -
HSV(B) 251.01º 0.72% 0.85% -
XYZ 18.39 10.42 67.37 -
YUV 86.68 202.11 129.65 -
System Red Green Blue C M Y K H S L
Decimal 89 60 218 0.59 0.72 0 0.15 251.01 0.68 0.55
Hex 59 3C DA 3B 48 0 F FB 44 37
Octal 131 74 332 73 110 0 17 373 104 67
Binary 1011001 111100 11011010 111011 1001000 0 1111 11111011 1000100 110111

Color Harmonies of #593CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CDA

Black with #593CDA

Text Example


Text Example

White with #593CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,60,218); }

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

background-color css

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

 a { background-color: rgb(89,60,218); }

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

border-color css

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

 span { border-color: rgb(89,60,218); }

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