Html Css Color HEX #5B1157 Palatinate Purple

📋 copy color: '#5B1157'

red 91 ◦ green 17 ◦ blue 87

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

Shades of Palatinate Purple #5B1157

Tints of Palatinate Purple #5B1157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

 BLUE value IS 87 (34.38% from 255) = 44.62%

R = 46.67%
G = 8.72%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5B1157 (or 0x5B1157) is known color: Palatinate Purple. HEX triplet: 5B, 11 and 57. RGB value is (91,17,87). Sum of RGB (Red+Green+Blue) = 91+17+87=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1157 is #A4EEA8. Grayscale: #2E2E2E. Windows color (decimal): -10809001 or 5706075. OLE color: 5706075.

HSL color Cylindrical-coordinate representation of color #5B1157: hue angle of 303.24º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1157 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 17 87 -
CMYK 0 0.81 0.04 0.64
HSL 303.24º 0.69% 0.21% -
HSV(B) 303.24º 0.81% 0.36% -
XYZ 6.24 3.31 9.33 -
YUV 47.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 91 17 87 0 0.81 0.04 0.64 303.24 0.69 0.21
Hex 5B 11 57 0 51 4 40 12F 45 15
Octal 133 21 127 0 121 4 100 457 105 25
Binary 1011011 10001 1010111 0 1010001 100 1000000 100101111 1000101 10101

Color Harmonies of #5B1157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1157

Black with #5B1157

Text Example


Text Example

White with #5B1157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,17,87); }

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

background-color css

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

 a { background-color: rgb(91,17,87); }

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

border-color css

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

 span { border-color: rgb(91,17,87); }

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