Html Css Color HEX #751E57 Pompadour

📋 copy color: '#751E57'

red 117 ◦ green 30 ◦ blue 87

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

Shades of Pompadour #751E57

Tints of Pompadour #751E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 50%
G = 12.82%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#751E57 (or 0x751E57) is known color: Pompadour. HEX triplet: 75, 1E and 57. RGB value is (117,30,87). Sum of RGB (Red+Green+Blue) = 117+30+87=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #751E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E57 is #8AE1A8. Grayscale: #3E3E3E. Windows color (decimal): -9101737 or 5709429. OLE color: 5709429.

HSL color Cylindrical-coordinate representation of color #751E57: hue angle of 320.69º 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 #751E57 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 87 -
CMYK 0 0.74 0.26 0.54
HSL 320.69º 0.59% 0.29% -
HSV(B) 320.69º 0.74% 0.46% -
XYZ 9.52 5.4 9.56 -
YUV 62.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 117 30 87 0 0.74 0.26 0.54 320.69 0.59 0.29
Hex 75 1E 57 0 4A 1A 36 141 3B 1D
Octal 165 36 127 0 112 32 66 501 73 35
Binary 1110101 11110 1010111 0 1001010 11010 110110 101000001 111011 11101

Color Harmonies of #751E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E57

Black with #751E57

Text Example


Text Example

White with #751E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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