Html Css Color HEX #593CCD Purple Heart

📋 copy color: '#593CCD'

red 89 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #593CCD

Tints of Purple Heart #593CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 25.14%
G = 16.95%
B = 57.91%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#593CCD (or 0x593CCD) is known color: Purple Heart. HEX triplet: 59, 3C and CD. RGB value is (89,60,205). Sum of RGB (Red+Green+Blue) = 89+60+205=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #593CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CCD is #A6C332. Grayscale: #545454. Windows color (decimal): -10928947 or 13450329. OLE color: 13450329.

HSL color Cylindrical-coordinate representation of color #593CCD: hue angle of 252º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #593CCD is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 60 205 -
CMYK 0.57 0.71 0 0.20
HSL 252º 0.59% 0.52% -
HSV(B) 252º 0.71% 0.8% -
XYZ 16.76 9.76 58.76 -
YUV 85.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 89 60 205 0.57 0.71 0 0.20 252 0.59 0.52
Hex 59 3C CD 39 47 0 14 FC 3B 34
Octal 131 74 315 71 107 0 24 374 73 64
Binary 1011001 111100 11001101 111001 1000111 0 10100 11111100 111011 110100

Color Harmonies of #593CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CCD

Black with #593CCD

Text Example


Text Example

White with #593CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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