Html Css Color HEX #5B2659 Palatinate Purple

📋 copy color: '#5B2659'

red 91 ◦ green 38 ◦ blue 89

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

Shades of Palatinate Purple #5B2659

Tints of Palatinate Purple #5B2659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

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

R = 41.74%
G = 17.43%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#5B2659 (or 0x5B2659) is known color: Palatinate Purple. HEX triplet: 5B, 26 and 59. RGB value is (91,38,89). Sum of RGB (Red+Green+Blue) = 91+38+89=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2659 is #A4D9A6. Grayscale: #3B3B3B. Windows color (decimal): -10803623 or 5842523. OLE color: 5842523.

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

Color convert

RGB 91 38 89 -
CMYK 0 0.58 0.02 0.64
HSL 302.26º 0.41% 0.25% -
HSV(B) 302.26º 0.58% 0.36% -
XYZ 6.81 4.33 9.93 -
YUV 59.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 91 38 89 0 0.58 0.02 0.64 302.26 0.41 0.25
Hex 5B 26 59 0 3A 2 40 12E 29 19
Octal 133 46 131 0 72 2 100 456 51 31
Binary 1011011 100110 1011001 0 111010 10 1000000 100101110 101001 11001

Color Harmonies of #5B2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2659

Black with #5B2659

Text Example


Text Example

White with #5B2659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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