Html Css Color HEX #754675 Eminence

📋 copy color: '#754675'

red 117 ◦ green 70 ◦ blue 117

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

Shades of Eminence #754675

Tints of Eminence #754675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 38.49%
G = 23.03%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#754675 (or 0x754675) is known color: Eminence. HEX triplet: 75, 46 and 75. RGB value is (117,70,117). Sum of RGB (Red+Green+Blue) = 117+70+117=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #754675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754675 is #8AB98A. Grayscale: #595959. Windows color (decimal): -9091467 or 7685749. OLE color: 7685749.

HSL color Cylindrical-coordinate representation of color #754675: hue angle of 300º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754675 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 117 -
CMYK 0 0.40 0 0.54
HSL 300º 0.25% 0.37% -
HSV(B) 300º 0.4% 0.46% -
XYZ 12.74 9.45 17.98 -
YUV 89.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 117 70 117 0 0.40 0 0.54 300 0.25 0.37
Hex 75 46 75 0 28 0 36 12C 19 25
Octal 165 106 165 0 50 0 66 454 31 45
Binary 1110101 1000110 1110101 0 101000 0 110110 100101100 11001 100101

Color Harmonies of #754675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754675

Black with #754675

Text Example


Text Example

White with #754675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754675; }

 p { color: rgb(117,70,117); }

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

background-color css

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

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

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

border-color css

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

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

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