Html Css Color HEX #754170 Eminence

📋 copy color: '#754170'

red 117 ◦ green 65 ◦ blue 112

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

Shades of Eminence #754170

Tints of Eminence #754170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 39.8%
G = 22.11%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754170 (or 0x754170) is known color: Eminence. HEX triplet: 75, 41 and 70. RGB value is (117,65,112). Sum of RGB (Red+Green+Blue) = 117+65+112=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #754170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754170 is #8ABE8F. Grayscale: #555555. Windows color (decimal): -9092752 or 7356789. OLE color: 7356789.

HSL color Cylindrical-coordinate representation of color #754170: hue angle of 305.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754170 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 112 -
CMYK 0 0.44 0.04 0.54
HSL 305.77º 0.29% 0.36% -
HSV(B) 305.77º 0.44% 0.46% -
XYZ 12.15 8.73 16.37 -
YUV 85.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 117 65 112 0 0.44 0.04 0.54 305.77 0.29 0.36
Hex 75 41 70 0 2C 4 36 132 1D 24
Octal 165 101 160 0 54 4 66 462 35 44
Binary 1110101 1000001 1110000 0 101100 100 110110 100110010 11101 100100

Color Harmonies of #754170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754170

Black with #754170

Text Example


Text Example

White with #754170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754170; }

 p { color: rgb(117,65,112); }

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

background-color css

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

 a { background-color: rgb(117,65,112); }

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

border-color css

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

 span { border-color: rgb(117,65,112); }

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