Html Css Color HEX #703682 Eminence

📋 copy color: '#703682'

red 112 ◦ green 54 ◦ blue 130

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

Shades of Eminence #703682

Tints of Eminence #703682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 37.84%
G = 18.24%
B = 43.92%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703682 (or 0x703682) is known color: Eminence. HEX triplet: 70, 36 and 82. RGB value is (112,54,130). Sum of RGB (Red+Green+Blue) = 112+54+130=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #703682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703682 is #8FC97D. Grayscale: #4F4F4F. Windows color (decimal): -9423230 or 8533616. OLE color: 8533616.

HSL color Cylindrical-coordinate representation of color #703682: hue angle of 285.79º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703682 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 54 130 -
CMYK 0.14 0.58 0 0.49
HSL 285.79º 0.41% 0.36% -
HSV(B) 285.79º 0.58% 0.51% -
XYZ 12.03 7.69 21.97 -
YUV 80.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 112 54 130 0.14 0.58 0 0.49 285.79 0.41 0.36
Hex 70 36 82 E 3A 0 31 11E 29 24
Octal 160 66 202 16 72 0 61 436 51 44
Binary 1110000 110110 10000010 1110 111010 0 110001 100011110 101001 100100

Color Harmonies of #703682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703682

Black with #703682

Text Example


Text Example

White with #703682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703682; }

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

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

background-color css

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

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

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

border-color css

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

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

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