Html Css Color HEX #5B155A Palatinate Purple

📋 copy color: '#5B155A'

red 91 ◦ green 21 ◦ blue 90

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

Shades of Palatinate Purple #5B155A

Tints of Palatinate Purple #5B155A

RGB

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

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

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

R = 45.05%
G = 10.4%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#5B155A (or 0x5B155A) is known color: Palatinate Purple. HEX triplet: 5B, 15 and 5A. RGB value is (91,21,90). Sum of RGB (Red+Green+Blue) = 91+21+90=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B155A is #A4EAA5. Grayscale: #313131. Windows color (decimal): -10807974 or 5903707. OLE color: 5903707.

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

Color convert

RGB 91 21 90 -
CMYK 0 0.77 0.01 0.64
HSL 300.86º 0.63% 0.22% -
HSV(B) 300.86º 0.77% 0.36% -
XYZ 6.43 3.5 10.01 -
YUV 49.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 91 21 90 0 0.77 0.01 0.64 300.86 0.63 0.22
Hex 5B 15 5A 0 4D 1 40 12D 3E 16
Octal 133 25 132 0 115 1 100 455 76 26
Binary 1011011 10101 1011010 0 1001101 1 1000000 100101101 111110 10110

Color Harmonies of #5B155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B155A

Black with #5B155A

Text Example


Text Example

White with #5B155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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