Html Css Color HEX #5B1863 Palatinate Purple

📋 copy color: '#5B1863'

red 91 ◦ green 24 ◦ blue 99

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

Shades of Palatinate Purple #5B1863

Tints of Palatinate Purple #5B1863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 42.52%
G = 11.21%
B = 46.26%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5B1863 (or 0x5B1863) is known color: Palatinate Purple. HEX triplet: 5B, 18 and 63. RGB value is (91,24,99). Sum of RGB (Red+Green+Blue) = 91+24+99=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B1863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1863 is #A4E79C. Grayscale: #343434. Windows color (decimal): -10807197 or 6494299. OLE color: 6494299.

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

Color convert

RGB 91 24 99 -
CMYK 0.08 0.76 0 0.61
HSL 293.6º 0.61% 0.24% -
HSV(B) 293.6º 0.76% 0.39% -
XYZ 6.89 3.78 12.17 -
YUV 52.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 91 24 99 0.08 0.76 0 0.61 293.6 0.61 0.24
Hex 5B 18 63 8 4C 0 3D 126 3D 18
Octal 133 30 143 10 114 0 75 446 75 30
Binary 1011011 11000 1100011 1000 1001100 0 111101 100100110 111101 11000

Color Harmonies of #5B1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1863

Black with #5B1863

Text Example


Text Example

White with #5B1863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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