Html Css Color HEX #5B0C58 Palatinate Purple

📋 copy color: '#5B0C58'

red 91 ◦ green 12 ◦ blue 88

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

Shades of Palatinate Purple #5B0C58

Tints of Palatinate Purple #5B0C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.28%

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

R = 47.64%
G = 6.28%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#5B0C58 (or 0x5B0C58) is known color: Palatinate Purple. HEX triplet: 5B, 0C and 58. RGB value is (91,12,88). Sum of RGB (Red+Green+Blue) = 91+12+88=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0C58 is #A4F3A7. Grayscale: #2C2C2C. Windows color (decimal): -10810280 or 5770331. OLE color: 5770331.

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

Color convert

RGB 91 12 88 -
CMYK 0 0.87 0.03 0.64
HSL 302.28º 0.77% 0.2% -
HSV(B) 302.28º 0.87% 0.36% -
XYZ 6.21 3.19 9.52 -
YUV 44.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 91 12 88 0 0.87 0.03 0.64 302.28 0.77 0.2
Hex 5B C 58 0 57 3 40 12E 4D 14
Octal 133 14 130 0 127 3 100 456 115 24
Binary 1011011 1100 1011000 0 1010111 11 1000000 100101110 1001101 10100

Color Harmonies of #5B0C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0C58

Black with #5B0C58

Text Example


Text Example

White with #5B0C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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