Html Css Color HEX #703175 Eminence

📋 copy color: '#703175'

red 112 ◦ green 49 ◦ blue 117

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

Shades of Eminence #703175

Tints of Eminence #703175

RGB

 RED value IS 112 (44.14% from 255) = 40.29%

 GREEN value IS 49 (19.53% from 255) = 17.63%

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

R = 40.29%
G = 17.63%
B = 42.09%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703175 (or 0x703175) is known color: Eminence. HEX triplet: 70, 31 and 75. RGB value is (112,49,117). Sum of RGB (Red+Green+Blue) = 112+49+117=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #703175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703175 is #8FCE8A. Grayscale: #4B4B4B. Windows color (decimal): -9424523 or 7680368. OLE color: 7680368.

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

Color convert

RGB 112 49 117 -
CMYK 0.04 0.58 0 0.54
HSL 295.59º 0.41% 0.33% -
HSV(B) 295.59º 0.58% 0.46% -
XYZ 10.99 6.93 17.59 -
YUV 75.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 112 49 117 0.04 0.58 0 0.54 295.59 0.41 0.33
Hex 70 31 75 4 3A 0 36 128 29 21
Octal 160 61 165 4 72 0 66 450 51 41
Binary 1110000 110001 1110101 100 111010 0 110110 100101000 101001 100001

Color Harmonies of #703175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703175

Black with #703175

Text Example


Text Example

White with #703175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703175; }

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

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

background-color css

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

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

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

border-color css

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

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

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