Html Css Color HEX #5B184D Palatinate Purple

📋 copy color: '#5B184D'

red 91 ◦ green 24 ◦ blue 77

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

Shades of Palatinate Purple #5B184D

Tints of Palatinate Purple #5B184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

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

R = 47.4%
G = 12.5%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5B184D (or 0x5B184D) is known color: Palatinate Purple. HEX triplet: 5B, 18 and 4D. RGB value is (91,24,77). Sum of RGB (Red+Green+Blue) = 91+24+77=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B184D is #A4E7B2. Grayscale: #313131. Windows color (decimal): -10807219 or 5052507. OLE color: 5052507.

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

Color convert

RGB 91 24 77 -
CMYK 0 0.74 0.15 0.64
HSL 312.54º 0.58% 0.23% -
HSV(B) 312.54º 0.74% 0.36% -
XYZ 5.98 3.41 7.36 -
YUV 50.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 91 24 77 0 0.74 0.15 0.64 312.54 0.58 0.23
Hex 5B 18 4D 0 4A F 40 139 3A 17
Octal 133 30 115 0 112 17 100 471 72 27
Binary 1011011 11000 1001101 0 1001010 1111 1000000 100111001 111010 10111

Color Harmonies of #5B184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B184D

Black with #5B184D

Text Example


Text Example

White with #5B184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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