Html Css Color HEX #703082 Eminence

📋 copy color: '#703082'

red 112 ◦ green 48 ◦ blue 130

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

Shades of Eminence #703082

Tints of Eminence #703082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

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

R = 38.62%
G = 16.55%
B = 44.83%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703082 (or 0x703082) is known color: Eminence. HEX triplet: 70, 30 and 82. RGB value is (112,48,130). Sum of RGB (Red+Green+Blue) = 112+48+130=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #703082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703082 is #8FCF7D. Grayscale: #4C4C4C. Windows color (decimal): -9424766 or 8532080. OLE color: 8532080.

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

Color convert

RGB 112 48 130 -
CMYK 0.14 0.63 0 0.49
HSL 286.83º 0.46% 0.35% -
HSV(B) 286.83º 0.63% 0.51% -
XYZ 11.77 7.17 21.88 -
YUV 76.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 112 48 130 0.14 0.63 0 0.49 286.83 0.46 0.35
Hex 70 30 82 E 3F 0 31 11F 2E 23
Octal 160 60 202 16 77 0 61 437 56 43
Binary 1110000 110000 10000010 1110 111111 0 110001 100011111 101110 100011

Color Harmonies of #703082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703082

Black with #703082

Text Example


Text Example

White with #703082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703082; }

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

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

background-color css

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

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

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

border-color css

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

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

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