Html Css Color HEX #703575 Eminence

📋 copy color: '#703575'

red 112 ◦ green 53 ◦ blue 117

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

Shades of Eminence #703575

Tints of Eminence #703575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

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

R = 39.72%
G = 18.79%
B = 41.49%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703575 (or 0x703575) is known color: Eminence. HEX triplet: 70, 35 and 75. RGB value is (112,53,117). Sum of RGB (Red+Green+Blue) = 112+53+117=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #703575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703575 is #8FCA8A. Grayscale: #4D4D4D. Windows color (decimal): -9423499 or 7681392. OLE color: 7681392.

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

Color convert

RGB 112 53 117 -
CMYK 0.04 0.55 0 0.54
HSL 295.31º 0.38% 0.33% -
HSV(B) 295.31º 0.55% 0.46% -
XYZ 11.17 7.28 17.65 -
YUV 77.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 112 53 117 0.04 0.55 0 0.54 295.31 0.38 0.33
Hex 70 35 75 4 37 0 36 127 26 21
Octal 160 65 165 4 67 0 66 447 46 41
Binary 1110000 110101 1110101 100 110111 0 110110 100100111 100110 100001

Color Harmonies of #703575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703575

Black with #703575

Text Example


Text Example

White with #703575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703575; }

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

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

background-color css

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

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

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

border-color css

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

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

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