Html Css Color HEX #5B185F Palatinate Purple

📋 copy color: '#5B185F'

red 91 ◦ green 24 ◦ blue 95

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

Shades of Palatinate Purple #5B185F

Tints of Palatinate Purple #5B185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 43.33%
G = 11.43%
B = 45.24%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#5B185F (or 0x5B185F) is known color: Palatinate Purple. HEX triplet: 5B, 18 and 5F. RGB value is (91,24,95). Sum of RGB (Red+Green+Blue) = 91+24+95=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B185F is #A4E7A0. Grayscale: #333333. Windows color (decimal): -10807201 or 6232155. OLE color: 6232155.

HSL color Cylindrical-coordinate representation of color #5B185F: hue angle of 296.62º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B185F is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 91 24 95 -
CMYK 0.04 0.75 0 0.63
HSL 296.62º 0.6% 0.23% -
HSV(B) 296.62º 0.75% 0.37% -
XYZ 6.71 3.7 11.19 -
YUV 52.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 91 24 95 0.04 0.75 0 0.63 296.62 0.6 0.23
Hex 5B 18 5F 4 4B 0 3F 129 3C 17
Octal 133 30 137 4 113 0 77 451 74 27
Binary 1011011 11000 1011111 100 1001011 0 111111 100101001 111100 10111

Color Harmonies of #5B185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B185F

Black with #5B185F

Text Example


Text Example

White with #5B185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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