Html Css Color HEX #5B0D52 Palatinate Purple

📋 copy color: '#5B0D52'

red 91 ◦ green 13 ◦ blue 82

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

Shades of Palatinate Purple #5B0D52

Tints of Palatinate Purple #5B0D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.99%

 BLUE value IS 82 (32.42% from 255) = 44.09%

R = 48.92%
G = 6.99%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5B0D52 (or 0x5B0D52) is known color: Palatinate Purple. HEX triplet: 5B, 0D and 52. RGB value is (91,13,82). Sum of RGB (Red+Green+Blue) = 91+13+82=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0D52 is #A4F2AD. Grayscale: #2B2B2B. Windows color (decimal): -10810030 or 5377371. OLE color: 5377371.

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

Color convert

RGB 91 13 82 -
CMYK 0 0.86 0.10 0.64
HSL 306.92º 0.75% 0.2% -
HSV(B) 306.92º 0.86% 0.36% -
XYZ 5.98 3.12 8.27 -
YUV 44.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 91 13 82 0 0.86 0.10 0.64 306.92 0.75 0.2
Hex 5B D 52 0 56 A 40 133 4B 14
Octal 133 15 122 0 126 12 100 463 113 24
Binary 1011011 1101 1010010 0 1010110 1010 1000000 100110011 1001011 10100

Color Harmonies of #5B0D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0D52

Black with #5B0D52

Text Example


Text Example

White with #5B0D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,13,82); }

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

background-color css

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

 a { background-color: rgb(91,13,82); }

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

border-color css

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

 span { border-color: rgb(91,13,82); }

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