Html Css Color HEX #5B155D Palatinate Purple

📋 copy color: '#5B155D'

red 91 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #5B155D

Tints of Palatinate Purple #5B155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 44.39%
G = 10.24%
B = 45.37%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B155D (or 0x5B155D) is known color: Palatinate Purple. HEX triplet: 5B, 15 and 5D. RGB value is (91,21,93). Sum of RGB (Red+Green+Blue) = 91+21+93=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B155D is #A4EAA2. Grayscale: #313131. Windows color (decimal): -10807971 or 6100315. OLE color: 6100315.

HSL color Cylindrical-coordinate representation of color #5B155D: hue angle of 298.33º degrees, saturation: 0.63, 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 #5B155D is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 21 93 -
CMYK 0.02 0.77 0 0.64
HSL 298.33º 0.63% 0.22% -
HSV(B) 298.33º 0.77% 0.36% -
XYZ 6.56 3.55 10.7 -
YUV 50.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 91 21 93 0.02 0.77 0 0.64 298.33 0.63 0.22
Hex 5B 15 5D 2 4D 0 40 12A 3F 16
Octal 133 25 135 2 115 0 100 452 77 26
Binary 1011011 10101 1011101 10 1001101 0 1000000 100101010 111111 10110

Color Harmonies of #5B155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B155D

Black with #5B155D

Text Example


Text Example

White with #5B155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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