Html Css Color HEX #7B1152 Pompadour

📋 copy color: '#7B1152'

red 123 ◦ green 17 ◦ blue 82

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

Shades of Pompadour #7B1152

Tints of Pompadour #7B1152

RGB

 RED value IS 123 (48.44% from 255) = 55.41%

 GREEN value IS 17 (7.03% from 255) = 7.66%

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

R = 55.41%
G = 7.66%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7B1152 (or 0x7B1152) is known color: Pompadour. HEX triplet: 7B, 11 and 52. RGB value is (123,17,82). Sum of RGB (Red+Green+Blue) = 123+17+82=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1152 is #84EEAD. Grayscale: #373737. Windows color (decimal): -8711854 or 5378427. OLE color: 5378427.

HSL color Cylindrical-coordinate representation of color #7B1152: hue angle of 323.21º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1152 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 17 82 -
CMYK 0 0.86 0.33 0.52
HSL 323.21º 0.76% 0.27% -
HSV(B) 323.21º 0.86% 0.48% -
XYZ 9.89 5.22 8.47 -
YUV 56.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 123 17 82 0 0.86 0.33 0.52 323.21 0.76 0.27
Hex 7B 11 52 0 56 21 34 143 4C 1B
Octal 173 21 122 0 126 41 64 503 114 33
Binary 1111011 10001 1010010 0 1010110 100001 110100 101000011 1001100 11011

Color Harmonies of #7B1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1152

Black with #7B1152

Text Example


Text Example

White with #7B1152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B1152; }

 p { color: rgb(123,17,82); }

 H1.HeaderClassName
 {
   color: #7B1152;
 }
 .AnyTagClassName
 {
   color: #7B1152;
 }
</style>

background-color css

<style>
 a { background-color: #7B1152; }

 a { background-color: rgb(123,17,82); }

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

border-color css

<style>
 span { border-color: #7B1152; }

 span { border-color: rgb(123,17,82); }

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