Html Css Color HEX #703D82 Eminence

📋 copy color: '#703D82'

red 112 ◦ green 61 ◦ blue 130

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

Shades of Eminence #703D82

Tints of Eminence #703D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

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

R = 36.96%
G = 20.13%
B = 42.9%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703D82 (or 0x703D82) is known color: Eminence. HEX triplet: 70, 3D and 82. RGB value is (112,61,130). Sum of RGB (Red+Green+Blue) = 112+61+130=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #703D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703D82 is #8FC27D. Grayscale: #535353. Windows color (decimal): -9421438 or 8535408. OLE color: 8535408.

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

Color convert

RGB 112 61 130 -
CMYK 0.14 0.53 0 0.49
HSL 284.35º 0.36% 0.37% -
HSV(B) 284.35º 0.53% 0.51% -
XYZ 12.38 8.39 22.09 -
YUV 84.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 112 61 130 0.14 0.53 0 0.49 284.35 0.36 0.37
Hex 70 3D 82 E 35 0 31 11C 24 25
Octal 160 75 202 16 65 0 61 434 44 45
Binary 1110000 111101 10000010 1110 110101 0 110001 100011100 100100 100101

Color Harmonies of #703D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D82

Black with #703D82

Text Example


Text Example

White with #703D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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