Html Css Color HEX #5B295A Palatinate Purple

📋 copy color: '#5B295A'

red 91 ◦ green 41 ◦ blue 90

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

Shades of Palatinate Purple #5B295A

Tints of Palatinate Purple #5B295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 40.99%
G = 18.47%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#5B295A (or 0x5B295A) is known color: Palatinate Purple. HEX triplet: 5B, 29 and 5A. RGB value is (91,41,90). Sum of RGB (Red+Green+Blue) = 91+41+90=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B295A is #A4D6A5. Grayscale: #3D3D3D. Windows color (decimal): -10802854 or 5908827. OLE color: 5908827.

HSL color Cylindrical-coordinate representation of color #5B295A: hue angle of 301.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B295A is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 41 90 -
CMYK 0 0.55 0.01 0.64
HSL 301.2º 0.38% 0.26% -
HSV(B) 301.2º 0.55% 0.36% -
XYZ 6.95 4.55 10.18 -
YUV 61.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 91 41 90 0 0.55 0.01 0.64 301.2 0.38 0.26
Hex 5B 29 5A 0 37 1 40 12D 26 1A
Octal 133 51 132 0 67 1 100 455 46 32
Binary 1011011 101001 1011010 0 110111 1 1000000 100101101 100110 11010

Color Harmonies of #5B295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B295A

Black with #5B295A

Text Example


Text Example

White with #5B295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,90); }

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

background-color css

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

 a { background-color: rgb(91,41,90); }

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

border-color css

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

 span { border-color: rgb(91,41,90); }

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