Html Css Color HEX #753476 Eminence

📋 copy color: '#753476'

red 117 ◦ green 52 ◦ blue 118

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

Shades of Eminence #753476

Tints of Eminence #753476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 40.77%
G = 18.12%
B = 41.11%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#753476 (or 0x753476) is known color: Eminence. HEX triplet: 75, 34 and 76. RGB value is (117,52,118). Sum of RGB (Red+Green+Blue) = 117+52+118=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #753476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753476 is #8ACB89. Grayscale: #4E4E4E. Windows color (decimal): -9096074 or 7746677. OLE color: 7746677.

HSL color Cylindrical-coordinate representation of color #753476: hue angle of 299.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753476 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 118 -
CMYK 0.01 0.56 0 0.54
HSL 299.09º 0.39% 0.33% -
HSV(B) 299.09º 0.56% 0.46% -
XYZ 11.83 7.55 17.97 -
YUV 78.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 117 52 118 0.01 0.56 0 0.54 299.09 0.39 0.33
Hex 75 34 76 1 38 0 36 12B 27 21
Octal 165 64 166 1 70 0 66 453 47 41
Binary 1110101 110100 1110110 1 111000 0 110110 100101011 100111 100001

Color Harmonies of #753476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753476

Black with #753476

Text Example


Text Example

White with #753476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753476; }

 p { color: rgb(117,52,118); }

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

background-color css

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

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

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

border-color css

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

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

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