Html Css Color HEX #703A75 Eminence

📋 copy color: '#703A75'

red 112 ◦ green 58 ◦ blue 117

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

Shades of Eminence #703A75

Tints of Eminence #703A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.21%

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

R = 39.02%
G = 20.21%
B = 40.77%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703A75 (or 0x703A75) is known color: Eminence. HEX triplet: 70, 3A and 75. RGB value is (112,58,117). Sum of RGB (Red+Green+Blue) = 112+58+117=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #703A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A75 is #8FC58A. Grayscale: #505050. Windows color (decimal): -9422219 or 7682672. OLE color: 7682672.

HSL color Cylindrical-coordinate representation of color #703A75: hue angle of 294.92º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703A75 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 58 117 -
CMYK 0.04 0.50 0 0.54
HSL 294.92º 0.34% 0.34% -
HSV(B) 294.92º 0.5% 0.46% -
XYZ 11.41 7.76 17.73 -
YUV 80.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 112 58 117 0.04 0.50 0 0.54 294.92 0.34 0.34
Hex 70 3A 75 4 32 0 36 127 22 22
Octal 160 72 165 4 62 0 66 447 42 42
Binary 1110000 111010 1110101 100 110010 0 110110 100100111 100010 100010

Color Harmonies of #703A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A75

Black with #703A75

Text Example


Text Example

White with #703A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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