Html Css Color HEX #751A4E Pompadour

📋 copy color: '#751A4E'

red 117 ◦ green 26 ◦ blue 78

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

Shades of Pompadour #751A4E

Tints of Pompadour #751A4E

RGB

 RED value IS 117 (46.09% from 255) = 52.94%

 GREEN value IS 26 (10.55% from 255) = 11.76%

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 52.94%
G = 11.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#751A4E (or 0x751A4E) is known color: Pompadour. HEX triplet: 75, 1A and 4E. RGB value is (117,26,78). Sum of RGB (Red+Green+Blue) = 117+26+78=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #751A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A4E is #8AE5B1. Grayscale: #3B3B3B. Windows color (decimal): -9102770 or 5118581. OLE color: 5118581.

HSL color Cylindrical-coordinate representation of color #751A4E: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A4E is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 78 -
CMYK 0 0.78 0.33 0.54
HSL 325.71º 0.64% 0.28% -
HSV(B) 325.71º 0.78% 0.46% -
XYZ 9.08 5.07 7.71 -
YUV 59.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 117 26 78 0 0.78 0.33 0.54 325.71 0.64 0.28
Hex 75 1A 4E 0 4E 21 36 146 40 1C
Octal 165 32 116 0 116 41 66 506 100 34
Binary 1110101 11010 1001110 0 1001110 100001 110110 101000110 1000000 11100

Color Harmonies of #751A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A4E

Black with #751A4E

Text Example


Text Example

White with #751A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751A4E; }

 p { color: rgb(117,26,78); }

 H1.HeaderClassName
 {
   color: #751A4E;
 }
 .AnyTagClassName
 {
   color: #751A4E;
 }
</style>

background-color css

<style>
 a { background-color: #751A4E; }

 a { background-color: rgb(117,26,78); }

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

border-color css

<style>
 span { border-color: #751A4E; }

 span { border-color: rgb(117,26,78); }

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