Html Css Color HEX #753074 Eminence

📋 copy color: '#753074'

red 117 ◦ green 48 ◦ blue 116

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

Shades of Eminence #753074

Tints of Eminence #753074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 41.64%
G = 17.08%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#753074 (or 0x753074) is known color: Eminence. HEX triplet: 75, 30 and 74. RGB value is (117,48,116). Sum of RGB (Red+Green+Blue) = 117+48+116=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753074 is #8ACF8B. Grayscale: #4C4C4C. Windows color (decimal): -9097100 or 7614581. OLE color: 7614581.

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

Color convert

RGB 117 48 116 -
CMYK 0 0.59 0.01 0.54
HSL 300.87º 0.42% 0.32% -
HSV(B) 300.87º 0.59% 0.46% -
XYZ 11.55 7.16 17.3 -
YUV 76.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 117 48 116 0 0.59 0.01 0.54 300.87 0.42 0.32
Hex 75 30 74 0 3B 1 36 12D 2A 20
Octal 165 60 164 0 73 1 66 455 52 40
Binary 1110101 110000 1110100 0 111011 1 110110 100101101 101010 100000

Color Harmonies of #753074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753074

Black with #753074

Text Example


Text Example

White with #753074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753074; }

 p { color: rgb(117,48,116); }

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

background-color css

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

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

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

border-color css

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

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

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