Html Css Color HEX #703382 Eminence

📋 copy color: '#703382'

red 112 ◦ green 51 ◦ blue 130

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

Shades of Eminence #703382

Tints of Eminence #703382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

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

R = 38.23%
G = 17.41%
B = 44.37%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703382 (or 0x703382) is known color: Eminence. HEX triplet: 70, 33 and 82. RGB value is (112,51,130). Sum of RGB (Red+Green+Blue) = 112+51+130=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #703382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703382 is #8FCC7D. Grayscale: #4D4D4D. Windows color (decimal): -9423998 or 8532848. OLE color: 8532848.

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

Color convert

RGB 112 51 130 -
CMYK 0.14 0.61 0 0.49
HSL 286.33º 0.44% 0.35% -
HSV(B) 286.33º 0.61% 0.51% -
XYZ 11.9 7.42 21.93 -
YUV 78.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 112 51 130 0.14 0.61 0 0.49 286.33 0.44 0.35
Hex 70 33 82 E 3D 0 31 11E 2C 23
Octal 160 63 202 16 75 0 61 436 54 43
Binary 1110000 110011 10000010 1110 111101 0 110001 100011110 101100 100011

Color Harmonies of #703382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703382

Black with #703382

Text Example


Text Example

White with #703382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703382; }

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

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

background-color css

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

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

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

border-color css

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

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

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