Html Css Color HEX #5B1357 Palatinate Purple

📋 copy color: '#5B1357'

red 91 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #5B1357

Tints of Palatinate Purple #5B1357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 46.19%
G = 9.64%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5B1357 (or 0x5B1357) is known color: Palatinate Purple. HEX triplet: 5B, 13 and 57. RGB value is (91,19,87). Sum of RGB (Red+Green+Blue) = 91+19+87=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1357 is #A4ECA8. Grayscale: #303030. Windows color (decimal): -10808489 or 5706587. OLE color: 5706587.

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

Color convert

RGB 91 19 87 -
CMYK 0 0.79 0.04 0.64
HSL 303.33º 0.65% 0.22% -
HSV(B) 303.33º 0.79% 0.36% -
XYZ 6.27 3.38 9.34 -
YUV 48.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 91 19 87 0 0.79 0.04 0.64 303.33 0.65 0.22
Hex 5B 13 57 0 4F 4 40 12F 41 16
Octal 133 23 127 0 117 4 100 457 101 26
Binary 1011011 10011 1010111 0 1001111 100 1000000 100101111 1000001 10110

Color Harmonies of #5B1357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1357

Black with #5B1357

Text Example


Text Example

White with #5B1357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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