Html Css Color HEX #754071 Eminence

📋 copy color: '#754071'

red 117 ◦ green 64 ◦ blue 113

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

Shades of Eminence #754071

Tints of Eminence #754071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 39.8%
G = 21.77%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#754071 (or 0x754071) is known color: Eminence. HEX triplet: 75, 40 and 71. RGB value is (117,64,113). Sum of RGB (Red+Green+Blue) = 117+64+113=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #754071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754071 is #8ABF8E. Grayscale: #555555. Windows color (decimal): -9093007 or 7422069. OLE color: 7422069.

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

Color convert

RGB 117 64 113 -
CMYK 0 0.45 0.03 0.54
HSL 304.53º 0.29% 0.35% -
HSV(B) 304.53º 0.45% 0.46% -
XYZ 12.15 8.64 16.65 -
YUV 85.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 117 64 113 0 0.45 0.03 0.54 304.53 0.29 0.35
Hex 75 40 71 0 2D 3 36 131 1D 23
Octal 165 100 161 0 55 3 66 461 35 43
Binary 1110101 1000000 1110001 0 101101 11 110110 100110001 11101 100011

Color Harmonies of #754071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754071

Black with #754071

Text Example


Text Example

White with #754071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754071; }

 p { color: rgb(117,64,113); }

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

background-color css

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

 a { background-color: rgb(117,64,113); }

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

border-color css

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

 span { border-color: rgb(117,64,113); }

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