Html Css Color HEX #5D2E59 Palatinate Purple

📋 copy color: '#5D2E59'

red 93 ◦ green 46 ◦ blue 89

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

Shades of Palatinate Purple #5D2E59

Tints of Palatinate Purple #5D2E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.18%

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

R = 40.79%
G = 20.18%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5D2E59 (or 0x5D2E59) is known color: Palatinate Purple. HEX triplet: 5D, 2E and 59. RGB value is (93,46,89). Sum of RGB (Red+Green+Blue) = 93+46+89=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2E59 is #A2D1A6. Grayscale: #404040. Windows color (decimal): -10670503 or 5844573. OLE color: 5844573.

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

Color convert

RGB 93 46 89 -
CMYK 0 0.51 0.04 0.64
HSL 305.11º 0.34% 0.27% -
HSV(B) 305.11º 0.51% 0.36% -
XYZ 7.29 5 10.03 -
YUV 64.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 93 46 89 0 0.51 0.04 0.64 305.11 0.34 0.27
Hex 5D 2E 59 0 33 4 40 131 22 1B
Octal 135 56 131 0 63 4 100 461 42 33
Binary 1011101 101110 1011001 0 110011 100 1000000 100110001 100010 11011

Color Harmonies of #5D2E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2E59

Black with #5D2E59

Text Example


Text Example

White with #5D2E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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