Html Css Color HEX #754070 Eminence

📋 copy color: '#754070'

red 117 ◦ green 64 ◦ blue 112

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

Shades of Eminence #754070

Tints of Eminence #754070

RGB

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

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

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

R = 39.93%
G = 21.84%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754070 (or 0x754070) is known color: Eminence. HEX triplet: 75, 40 and 70. RGB value is (117,64,112). Sum of RGB (Red+Green+Blue) = 117+64+112=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #754070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754070 is #8ABF8F. Grayscale: #555555. Windows color (decimal): -9093008 or 7356533. OLE color: 7356533.

HSL color Cylindrical-coordinate representation of color #754070: hue angle of 305.66º 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 #754070 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 112 -
CMYK 0 0.45 0.04 0.54
HSL 305.66º 0.29% 0.35% -
HSV(B) 305.66º 0.45% 0.46% -
XYZ 12.09 8.62 16.36 -
YUV 85.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 117 64 112 0 0.45 0.04 0.54 305.66 0.29 0.35
Hex 75 40 70 0 2D 4 36 132 1D 23
Octal 165 100 160 0 55 4 66 462 35 43
Binary 1110101 1000000 1110000 0 101101 100 110110 100110010 11101 100011

Color Harmonies of #754070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754070

Black with #754070

Text Example


Text Example

White with #754070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754070; }

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

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

background-color css

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

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

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

border-color css

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

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

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