Html Css Color HEX #7B1859 Pompadour

📋 copy color: '#7B1859'

red 123 ◦ green 24 ◦ blue 89

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

Shades of Pompadour #7B1859

Tints of Pompadour #7B1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 52.12%
G = 10.17%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7B1859 (or 0x7B1859) is known color: Pompadour. HEX triplet: 7B, 18 and 59. RGB value is (123,24,89). Sum of RGB (Red+Green+Blue) = 123+24+89=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1859 is #84E7A6. Grayscale: #3C3C3C. Windows color (decimal): -8710055 or 5838971. OLE color: 5838971.

HSL color Cylindrical-coordinate representation of color #7B1859: hue angle of 320.61º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1859 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 24 89 -
CMYK 0 0.80 0.28 0.52
HSL 320.61º 0.67% 0.29% -
HSV(B) 320.61º 0.8% 0.48% -
XYZ 10.3 5.59 9.99 -
YUV 61.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 123 24 89 0 0.80 0.28 0.52 320.61 0.67 0.29
Hex 7B 18 59 0 50 1C 34 141 43 1D
Octal 173 30 131 0 120 34 64 501 103 35
Binary 1111011 11000 1011001 0 1010000 11100 110100 101000001 1000011 11101

Color Harmonies of #7B1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1859

Black with #7B1859

Text Example


Text Example

White with #7B1859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,24,89); }

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

background-color css

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

 a { background-color: rgb(123,24,89); }

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

border-color css

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

 span { border-color: rgb(123,24,89); }

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