Html Css Color HEX #703678 Eminence

📋 copy color: '#703678'

red 112 ◦ green 54 ◦ blue 120

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

Shades of Eminence #703678

Tints of Eminence #703678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 39.16%
G = 18.88%
B = 41.96%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703678 (or 0x703678) is known color: Eminence. HEX triplet: 70, 36 and 78. RGB value is (112,54,120). Sum of RGB (Red+Green+Blue) = 112+54+120=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #703678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703678 is #8FC987. Grayscale: #4E4E4E. Windows color (decimal): -9423240 or 7878256. OLE color: 7878256.

HSL color Cylindrical-coordinate representation of color #703678: hue angle of 292.73º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703678 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 54 120 -
CMYK 0.07 0.55 0 0.53
HSL 292.73º 0.38% 0.34% -
HSV(B) 292.73º 0.55% 0.47% -
XYZ 11.39 7.44 18.6 -
YUV 78.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 112 54 120 0.07 0.55 0 0.53 292.73 0.38 0.34
Hex 70 36 78 7 37 0 35 125 26 22
Octal 160 66 170 7 67 0 65 445 46 42
Binary 1110000 110110 1111000 111 110111 0 110101 100100101 100110 100010

Color Harmonies of #703678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703678

Black with #703678

Text Example


Text Example

White with #703678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703678; }

 p { color: rgb(112,54,120); }

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

background-color css

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

 a { background-color: rgb(112,54,120); }

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

border-color css

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

 span { border-color: rgb(112,54,120); }

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