Html Css Color HEX #5D3053 Palatinate Purple

📋 copy color: '#5D3053'

red 93 ◦ green 48 ◦ blue 83

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

Shades of Palatinate Purple #5D3053

Tints of Palatinate Purple #5D3053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 41.52%
G = 21.43%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#5D3053 (or 0x5D3053) is known color: Palatinate Purple. HEX triplet: 5D, 30 and 53. RGB value is (93,48,83). Sum of RGB (Red+Green+Blue) = 93+48+83=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3053 is #A2CFAC. Grayscale: #414141. Windows color (decimal): -10669997 or 5451869. OLE color: 5451869.

HSL color Cylindrical-coordinate representation of color #5D3053: hue angle of 313.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D3053 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 48 83 -
CMYK 0 0.48 0.11 0.64
HSL 313.33º 0.32% 0.28% -
HSV(B) 313.33º 0.48% 0.36% -
XYZ 7.13 5.07 8.79 -
YUV 65.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 93 48 83 0 0.48 0.11 0.64 313.33 0.32 0.28
Hex 5D 30 53 0 30 B 40 139 20 1C
Octal 135 60 123 0 60 13 100 471 40 34
Binary 1011101 110000 1010011 0 110000 1011 1000000 100111001 100000 11100

Color Harmonies of #5D3053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3053

Black with #5D3053

Text Example


Text Example

White with #5D3053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,48,83); }

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

background-color css

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

 a { background-color: rgb(93,48,83); }

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

border-color css

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

 span { border-color: rgb(93,48,83); }

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