Html Css Color HEX #5B3359 Palatinate Purple

📋 copy color: '#5B3359'

red 91 ◦ green 51 ◦ blue 89

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

Shades of Palatinate Purple #5B3359

Tints of Palatinate Purple #5B3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 39.39%
G = 22.08%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5B3359 (or 0x5B3359) is known color: Palatinate Purple. HEX triplet: 5B, 33 and 59. RGB value is (91,51,89). Sum of RGB (Red+Green+Blue) = 91+51+89=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3359 is #A4CCA6. Grayscale: #434343. Windows color (decimal): -10800295 or 5845851. OLE color: 5845851.

HSL color Cylindrical-coordinate representation of color #5B3359: hue angle of 303º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B3359 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 51 89 -
CMYK 0 0.44 0.02 0.64
HSL 303º 0.28% 0.28% -
HSV(B) 303º 0.44% 0.36% -
XYZ 7.3 5.31 10.09 -
YUV 67.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 91 51 89 0 0.44 0.02 0.64 303 0.28 0.28
Hex 5B 33 59 0 2C 2 40 12F 1C 1C
Octal 133 63 131 0 54 2 100 457 34 34
Binary 1011011 110011 1011001 0 101100 10 1000000 100101111 11100 11100

Color Harmonies of #5B3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3359

Black with #5B3359

Text Example


Text Example

White with #5B3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,89); }

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

background-color css

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

 a { background-color: rgb(91,51,89); }

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

border-color css

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

 span { border-color: rgb(91,51,89); }

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