Html Css Color HEX #5B164D Palatinate Purple

📋 copy color: '#5B164D'

red 91 ◦ green 22 ◦ blue 77

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

Shades of Palatinate Purple #5B164D

Tints of Palatinate Purple #5B164D

RGB

 RED value IS 91 (35.94% from 255) = 47.89%

 GREEN value IS 22 (8.98% from 255) = 11.58%

 BLUE value IS 77 (30.47% from 255) = 40.53%

R = 47.89%
G = 11.58%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5B164D (or 0x5B164D) is known color: Palatinate Purple. HEX triplet: 5B, 16 and 4D. RGB value is (91,22,77). Sum of RGB (Red+Green+Blue) = 91+22+77=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B164D is #A4E9B2. Grayscale: #303030. Windows color (decimal): -10807731 or 5051995. OLE color: 5051995.

HSL color Cylindrical-coordinate representation of color #5B164D: hue angle of 312.17º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B164D is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 22 77 -
CMYK 0 0.76 0.15 0.64
HSL 312.17º 0.61% 0.22% -
HSV(B) 312.17º 0.76% 0.36% -
XYZ 5.94 3.33 7.35 -
YUV 48.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 91 22 77 0 0.76 0.15 0.64 312.17 0.61 0.22
Hex 5B 16 4D 0 4C F 40 138 3D 16
Octal 133 26 115 0 114 17 100 470 75 26
Binary 1011011 10110 1001101 0 1001100 1111 1000000 100111000 111101 10110

Color Harmonies of #5B164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B164D

Black with #5B164D

Text Example


Text Example

White with #5B164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,22,77); }

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

background-color css

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

 a { background-color: rgb(91,22,77); }

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

border-color css

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

 span { border-color: rgb(91,22,77); }

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