Html Css Color HEX #5B2553 Palatinate Purple

📋 copy color: '#5B2553'

red 91 ◦ green 37 ◦ blue 83

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

Shades of Palatinate Purple #5B2553

Tints of Palatinate Purple #5B2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 43.13%
G = 17.54%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#5B2553 (or 0x5B2553) is known color: Palatinate Purple. HEX triplet: 5B, 25 and 53. RGB value is (91,37,83). Sum of RGB (Red+Green+Blue) = 91+37+83=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2553 is #A4DAAC. Grayscale: #3A3A3A. Windows color (decimal): -10803885 or 5449051. OLE color: 5449051.

HSL color Cylindrical-coordinate representation of color #5B2553: hue angle of 308.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B2553 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 37 83 -
CMYK 0 0.59 0.09 0.64
HSL 308.89º 0.42% 0.25% -
HSV(B) 308.89º 0.59% 0.36% -
XYZ 6.54 4.17 8.64 -
YUV 58.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 91 37 83 0 0.59 0.09 0.64 308.89 0.42 0.25
Hex 5B 25 53 0 3B 9 40 135 2A 19
Octal 133 45 123 0 73 11 100 465 52 31
Binary 1011011 100101 1010011 0 111011 1001 1000000 100110101 101010 11001

Color Harmonies of #5B2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2553

Black with #5B2553

Text Example


Text Example

White with #5B2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,37,83); }

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

background-color css

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

 a { background-color: rgb(91,37,83); }

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

border-color css

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

 span { border-color: rgb(91,37,83); }

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