Html Css Color HEX #5D1B53 Palatinate Purple

📋 copy color: '#5D1B53'

red 93 ◦ green 27 ◦ blue 83

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

Shades of Palatinate Purple #5D1B53

Tints of Palatinate Purple #5D1B53

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.3%

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

R = 45.81%
G = 13.3%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#5D1B53 (or 0x5D1B53) is known color: Palatinate Purple. HEX triplet: 5D, 1B and 53. RGB value is (93,27,83). Sum of RGB (Red+Green+Blue) = 93+27+83=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1B53 is #A2E4AC. Grayscale: #343434. Windows color (decimal): -10675373 or 5446493. OLE color: 5446493.

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

Color convert

RGB 93 27 83 -
CMYK 0 0.71 0.11 0.64
HSL 309.09º 0.55% 0.24% -
HSV(B) 309.09º 0.71% 0.36% -
XYZ 6.47 3.74 8.56 -
YUV 53.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 93 27 83 0 0.71 0.11 0.64 309.09 0.55 0.24
Hex 5D 1B 53 0 47 B 40 135 37 18
Octal 135 33 123 0 107 13 100 465 67 30
Binary 1011101 11011 1010011 0 1000111 1011 1000000 100110101 110111 11000

Color Harmonies of #5D1B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1B53

Black with #5D1B53

Text Example


Text Example

White with #5D1B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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