Html Css Color HEX #5B3058 Palatinate Purple

📋 copy color: '#5B3058'

red 91 ◦ green 48 ◦ blue 88

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

Shades of Palatinate Purple #5B3058

Tints of Palatinate Purple #5B3058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 40.09%
G = 21.15%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B3058 (or 0x5B3058) is known color: Palatinate Purple. HEX triplet: 5B, 30 and 58. RGB value is (91,48,88). Sum of RGB (Red+Green+Blue) = 91+48+88=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3058 is #A4CFA7. Grayscale: #414141. Windows color (decimal): -10801064 or 5779547. OLE color: 5779547.

HSL color Cylindrical-coordinate representation of color #5B3058: hue angle of 304.19º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B3058 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 48 88 -
CMYK 0 0.47 0.03 0.64
HSL 304.19º 0.31% 0.27% -
HSV(B) 304.19º 0.47% 0.36% -
XYZ 7.13 5.04 9.83 -
YUV 65.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 91 48 88 0 0.47 0.03 0.64 304.19 0.31 0.27
Hex 5B 30 58 0 2F 3 40 130 1F 1B
Octal 133 60 130 0 57 3 100 460 37 33
Binary 1011011 110000 1011000 0 101111 11 1000000 100110000 11111 11011

Color Harmonies of #5B3058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3058

Black with #5B3058

Text Example


Text Example

White with #5B3058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,48,88); }

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

background-color css

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

 a { background-color: rgb(91,48,88); }

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

border-color css

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

 span { border-color: rgb(91,48,88); }

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