Html Css Color HEX #5B1263 Palatinate Purple

📋 copy color: '#5B1263'

red 91 ◦ green 18 ◦ blue 99

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

Shades of Palatinate Purple #5B1263

Tints of Palatinate Purple #5B1263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 43.75%
G = 8.65%
B = 47.6%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5B1263 (or 0x5B1263) is known color: Palatinate Purple. HEX triplet: 5B, 12 and 63. RGB value is (91,18,99). Sum of RGB (Red+Green+Blue) = 91+18+99=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B1263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1263 is #A4ED9C. Grayscale: #303030. Windows color (decimal): -10808733 or 6492763. OLE color: 6492763.

HSL color Cylindrical-coordinate representation of color #5B1263: hue angle of 294.07º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1263 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 18 99 -
CMYK 0.08 0.82 0 0.61
HSL 294.07º 0.69% 0.23% -
HSV(B) 294.07º 0.82% 0.39% -
XYZ 6.78 3.56 12.13 -
YUV 49.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 91 18 99 0.08 0.82 0 0.61 294.07 0.69 0.23
Hex 5B 12 63 8 52 0 3D 126 45 17
Octal 133 22 143 10 122 0 75 446 105 27
Binary 1011011 10010 1100011 1000 1010010 0 111101 100100110 1000101 10111

Color Harmonies of #5B1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1263

Black with #5B1263

Text Example


Text Example

White with #5B1263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,18,99); }

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

background-color css

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

 a { background-color: rgb(91,18,99); }

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

border-color css

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

 span { border-color: rgb(91,18,99); }

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