Html Css Color HEX #5B204A Pompadour

📋 copy color: '#5B204A'

red 91 ◦ green 32 ◦ blue 74

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

Shades of Pompadour #5B204A

Tints of Pompadour #5B204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 46.19%
G = 16.24%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B204A (or 0x5B204A) is known color: Pompadour. HEX triplet: 5B, 20 and 4A. RGB value is (91,32,74). Sum of RGB (Red+Green+Blue) = 91+32+74=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B204A is #A4DFB5. Grayscale: #363636. Windows color (decimal): -10805174 or 4857947. OLE color: 4857947.

HSL color Cylindrical-coordinate representation of color #5B204A: hue angle of 317.29º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B204A is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 32 74 -
CMYK 0 0.65 0.19 0.64
HSL 317.29º 0.48% 0.24% -
HSV(B) 317.29º 0.65% 0.36% -
XYZ 6.07 3.75 6.88 -
YUV 54.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 91 32 74 0 0.65 0.19 0.64 317.29 0.48 0.24
Hex 5B 20 4A 0 41 13 40 13D 30 18
Octal 133 40 112 0 101 23 100 475 60 30
Binary 1011011 100000 1001010 0 1000001 10011 1000000 100111101 110000 11000

Color Harmonies of #5B204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B204A

Black with #5B204A

Text Example


Text Example

White with #5B204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,32,74); }

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

background-color css

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

 a { background-color: rgb(91,32,74); }

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

border-color css

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

 span { border-color: rgb(91,32,74); }

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