Html Css Color HEX #703182 Eminence

📋 copy color: '#703182'

red 112 ◦ green 49 ◦ blue 130

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

Shades of Eminence #703182

Tints of Eminence #703182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.84%

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

R = 38.49%
G = 16.84%
B = 44.67%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703182 (or 0x703182) is known color: Eminence. HEX triplet: 70, 31 and 82. RGB value is (112,49,130). Sum of RGB (Red+Green+Blue) = 112+49+130=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #703182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703182 is #8FCE7D. Grayscale: #4C4C4C. Windows color (decimal): -9424510 or 8532336. OLE color: 8532336.

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

Color convert

RGB 112 49 130 -
CMYK 0.14 0.62 0 0.49
HSL 286.67º 0.45% 0.35% -
HSV(B) 286.67º 0.62% 0.51% -
XYZ 11.81 7.25 21.9 -
YUV 77.07 157.87 152.91 -
System Red Green Blue C M Y K H S L
Decimal 112 49 130 0.14 0.62 0 0.49 286.67 0.45 0.35
Hex 70 31 82 E 3E 0 31 11F 2D 23
Octal 160 61 202 16 76 0 61 437 55 43
Binary 1110000 110001 10000010 1110 111110 0 110001 100011111 101101 100011

Color Harmonies of #703182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703182

Black with #703182

Text Example


Text Example

White with #703182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703182; }

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

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

background-color css

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

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

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

border-color css

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

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

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