Html Css Color HEX #5B1057 Palatinate Purple

📋 copy color: '#5B1057'

red 91 ◦ green 16 ◦ blue 87

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

Shades of Palatinate Purple #5B1057

Tints of Palatinate Purple #5B1057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 46.91%
G = 8.25%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#5B1057 (or 0x5B1057) is known color: Palatinate Purple. HEX triplet: 5B, 10 and 57. RGB value is (91,16,87). Sum of RGB (Red+Green+Blue) = 91+16+87=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1057 is #A4EFA8. Grayscale: #2E2E2E. Windows color (decimal): -10809257 or 5705819. OLE color: 5705819.

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

Color convert

RGB 91 16 87 -
CMYK 0 0.82 0.04 0.64
HSL 303.2º 0.7% 0.21% -
HSV(B) 303.2º 0.82% 0.36% -
XYZ 6.22 3.28 9.32 -
YUV 46.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 91 16 87 0 0.82 0.04 0.64 303.2 0.7 0.21
Hex 5B 10 57 0 52 4 40 12F 46 15
Octal 133 20 127 0 122 4 100 457 106 25
Binary 1011011 10000 1010111 0 1010010 100 1000000 100101111 1000110 10101

Color Harmonies of #5B1057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1057

Black with #5B1057

Text Example


Text Example

White with #5B1057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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