Html Css Color HEX #5D1955 Palatinate Purple

📋 copy color: '#5D1955'

red 93 ◦ green 25 ◦ blue 85

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

Shades of Palatinate Purple #5D1955

Tints of Palatinate Purple #5D1955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 45.81%
G = 12.32%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#5D1955 (or 0x5D1955) is known color: Palatinate Purple. HEX triplet: 5D, 19 and 55. RGB value is (93,25,85). Sum of RGB (Red+Green+Blue) = 93+25+85=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1955 is #A2E6AA. Grayscale: #343434. Windows color (decimal): -10675883 or 5577053. OLE color: 5577053.

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

Color convert

RGB 93 25 85 -
CMYK 0 0.73 0.09 0.64
HSL 307.06º 0.58% 0.23% -
HSV(B) 307.06º 0.73% 0.36% -
XYZ 6.5 3.68 8.96 -
YUV 52.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 93 25 85 0 0.73 0.09 0.64 307.06 0.58 0.23
Hex 5D 19 55 0 49 9 40 133 3A 17
Octal 135 31 125 0 111 11 100 463 72 27
Binary 1011101 11001 1010101 0 1001001 1001 1000000 100110011 111010 10111

Color Harmonies of #5D1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1955

Black with #5D1955

Text Example


Text Example

White with #5D1955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,25,85); }

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

background-color css

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

 a { background-color: rgb(93,25,85); }

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

border-color css

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

 span { border-color: rgb(93,25,85); }

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