Html Css Color HEX #5D1751 Palatinate Purple

📋 copy color: '#5D1751'

red 93 ◦ green 23 ◦ blue 81

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

Shades of Palatinate Purple #5D1751

Tints of Palatinate Purple #5D1751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 47.21%
G = 11.68%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5D1751 (or 0x5D1751) is known color: Palatinate Purple. HEX triplet: 5D, 17 and 51. RGB value is (93,23,81). Sum of RGB (Red+Green+Blue) = 93+23+81=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1751 is #A2E8AE. Grayscale: #323232. Windows color (decimal): -10676399 or 5314397. OLE color: 5314397.

HSL color Cylindrical-coordinate representation of color #5D1751: hue angle of 310.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D1751 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 23 81 -
CMYK 0 0.75 0.13 0.64
HSL 310.29º 0.6% 0.23% -
HSV(B) 310.29º 0.75% 0.36% -
XYZ 6.31 3.53 8.13 -
YUV 50.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 93 23 81 0 0.75 0.13 0.64 310.29 0.6 0.23
Hex 5D 17 51 0 4B D 40 136 3C 17
Octal 135 27 121 0 113 15 100 466 74 27
Binary 1011101 10111 1010001 0 1001011 1101 1000000 100110110 111100 10111

Color Harmonies of #5D1751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1751

Black with #5D1751

Text Example


Text Example

White with #5D1751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,23,81); }

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

background-color css

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

 a { background-color: rgb(93,23,81); }

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

border-color css

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

 span { border-color: rgb(93,23,81); }

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