Html Css Color HEX #5B1561 Palatinate Purple

📋 copy color: '#5B1561'

red 91 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #5B1561

Tints of Palatinate Purple #5B1561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

 BLUE value IS 97 (38.28% from 255) = 46.41%

R = 43.54%
G = 10.05%
B = 46.41%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B1561 (or 0x5B1561) is known color: Palatinate Purple. HEX triplet: 5B, 15 and 61. RGB value is (91,21,97). Sum of RGB (Red+Green+Blue) = 91+21+97=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1561 is #A4EA9E. Grayscale: #323232. Windows color (decimal): -10807967 or 6362459. OLE color: 6362459.

HSL color Cylindrical-coordinate representation of color #5B1561: hue angle of 295.26º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1561 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 21 97 -
CMYK 0.06 0.78 0 0.62
HSL 295.26º 0.64% 0.23% -
HSV(B) 295.26º 0.78% 0.38% -
XYZ 6.74 3.62 11.65 -
YUV 50.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 91 21 97 0.06 0.78 0 0.62 295.26 0.64 0.23
Hex 5B 15 61 6 4E 0 3E 127 40 17
Octal 133 25 141 6 116 0 76 447 100 27
Binary 1011011 10101 1100001 110 1001110 0 111110 100100111 1000000 10111

Color Harmonies of #5B1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1561

Black with #5B1561

Text Example


Text Example

White with #5B1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,97); }

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

background-color css

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

 a { background-color: rgb(91,21,97); }

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

border-color css

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

 span { border-color: rgb(91,21,97); }

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