Html Css Color HEX #751E54 Pompadour

📋 copy color: '#751E54'

red 117 ◦ green 30 ◦ blue 84

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

Shades of Pompadour #751E54

Tints of Pompadour #751E54

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

 BLUE value IS 84 (33.2% from 255) = 36.36%

R = 50.65%
G = 12.99%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#751E54 (or 0x751E54) is known color: Pompadour. HEX triplet: 75, 1E and 54. RGB value is (117,30,84). Sum of RGB (Red+Green+Blue) = 117+30+84=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #751E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E54 is #8AE1AB. Grayscale: #3E3E3E. Windows color (decimal): -9101740 or 5512821. OLE color: 5512821.

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

Color convert

RGB 117 30 84 -
CMYK 0 0.74 0.28 0.54
HSL 322.76º 0.59% 0.29% -
HSV(B) 322.76º 0.74% 0.46% -
XYZ 9.4 5.35 8.92 -
YUV 62.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 117 30 84 0 0.74 0.28 0.54 322.76 0.59 0.29
Hex 75 1E 54 0 4A 1C 36 143 3B 1D
Octal 165 36 124 0 112 34 66 503 73 35
Binary 1110101 11110 1010100 0 1001010 11100 110110 101000011 111011 11101

Color Harmonies of #751E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E54

Black with #751E54

Text Example


Text Example

White with #751E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,84); }

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

background-color css

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

 a { background-color: rgb(117,30,84); }

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

border-color css

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

 span { border-color: rgb(117,30,84); }

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