Html Css Color HEX #5D3559 Palatinate Purple

📋 copy color: '#5D3559'

red 93 ◦ green 53 ◦ blue 89

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

Shades of Palatinate Purple #5D3559

Tints of Palatinate Purple #5D3559

RGB

 RED value IS 93 (36.72% from 255) = 39.57%

 GREEN value IS 53 (21.09% from 255) = 22.55%

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 39.57%
G = 22.55%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5D3559 (or 0x5D3559) is known color: Palatinate Purple. HEX triplet: 5D, 35 and 59. RGB value is (93,53,89). Sum of RGB (Red+Green+Blue) = 93+53+89=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3559 is #A2CAA6. Grayscale: #444444. Windows color (decimal): -10668711 or 5846365. OLE color: 5846365.

HSL color Cylindrical-coordinate representation of color #5D3559: hue angle of 306º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D3559 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 53 89 -
CMYK 0 0.43 0.04 0.64
HSL 306º 0.27% 0.29% -
HSV(B) 306º 0.43% 0.36% -
XYZ 7.59 5.59 10.13 -
YUV 69.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 93 53 89 0 0.43 0.04 0.64 306 0.27 0.29
Hex 5D 35 59 0 2B 4 40 132 1B 1D
Octal 135 65 131 0 53 4 100 462 33 35
Binary 1011101 110101 1011001 0 101011 100 1000000 100110010 11011 11101

Color Harmonies of #5D3559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3559

Black with #5D3559

Text Example


Text Example

White with #5D3559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D3559; }

 p { color: rgb(93,53,89); }

 H1.HeaderClassName
 {
   color: #5D3559;
 }
 .AnyTagClassName
 {
   color: #5D3559;
 }
</style>

background-color css

<style>
 a { background-color: #5D3559; }

 a { background-color: rgb(93,53,89); }

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

border-color css

<style>
 span { border-color: #5D3559; }

 span { border-color: rgb(93,53,89); }

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