#703A6C

Color #703A6C Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #703A6C

Tints of Eminence #703A6C

Color information

#703A6C (or 0x703A6C) is unknown color: approx Eminence. HEX triplet: 70, 3A and 6C. RGB value is (112,58,108). Sum of RGB (Red+Green+Blue) = 112+58+108=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #703A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A6C is #8FC593. Grayscale: #4F4F4F. Windows color (decimal): -9422228 or 7092848. OLE color: 7092848.

HSL color Cylindrical-coordinate representation of color #703A6C: hue angle of 304.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A6C is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11258108-
CMYK00.480.040.56
HSL304.44º31.76%33.33%-
HSV(B)304.44º48.21%43.92%-
XYZ10.97.5515.07-
YUV79.85143.89150.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=40.29%
G=20.86%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125810800.480.040.56304.4431.7633.33
Hex703A6C0304381302021
Octal160721540604704604041
Binary111000011101011011000110000100111000100110000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #703A6C;
 }
 .AnyTagClassName
 {
   color: #703A6C;
 }
</style>
background-color css

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

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

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

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

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

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