Html Css Color HEX #5D174F Palatinate Purple

📋 copy color: '#5D174F'

red 93 ◦ green 23 ◦ blue 79

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

Shades of Palatinate Purple #5D174F

Tints of Palatinate Purple #5D174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 47.69%
G = 11.79%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5D174F (or 0x5D174F) is known color: Palatinate Purple. HEX triplet: 5D, 17 and 4F. RGB value is (93,23,79). Sum of RGB (Red+Green+Blue) = 93+23+79=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D174F is #A2E8B0. Grayscale: #323232. Windows color (decimal): -10676401 or 5183325. OLE color: 5183325.

HSL color Cylindrical-coordinate representation of color #5D174F: hue angle of 312º 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 #5D174F is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 23 79 -
CMYK 0 0.75 0.15 0.64
HSL 312º 0.6% 0.23% -
HSV(B) 312º 0.75% 0.36% -
XYZ 6.23 3.5 7.75 -
YUV 50.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 93 23 79 0 0.75 0.15 0.64 312 0.6 0.23
Hex 5D 17 4F 0 4B F 40 138 3C 17
Octal 135 27 117 0 113 17 100 470 74 27
Binary 1011101 10111 1001111 0 1001011 1111 1000000 100111000 111100 10111

Color Harmonies of #5D174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D174F

Black with #5D174F

Text Example


Text Example

White with #5D174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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