Html Css Color HEX #703782 Eminence

📋 copy color: '#703782'

red 112 ◦ green 55 ◦ blue 130

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

Shades of Eminence #703782

Tints of Eminence #703782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

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

R = 37.71%
G = 18.52%
B = 43.77%

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

#703782 (or 0x703782) is known color: Eminence. HEX triplet: 70, 37 and 82. RGB value is (112,55,130). Sum of RGB (Red+Green+Blue) = 112+55+130=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #703782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703782 is #8FC87D. Grayscale: #505050. Windows color (decimal): -9422974 or 8533872. OLE color: 8533872.

HSL color Cylindrical-coordinate representation of color #703782: hue angle of 285.6º 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 #703782 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 55 130 -
CMYK 0.14 0.58 0 0.49
HSL 285.6º 0.41% 0.36% -
HSV(B) 285.6º 0.58% 0.51% -
XYZ 12.08 7.79 21.99 -
YUV 80.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 112 55 130 0.14 0.58 0 0.49 285.6 0.41 0.36
Hex 70 37 82 E 3A 0 31 11E 29 24
Octal 160 67 202 16 72 0 61 436 51 44
Binary 1110000 110111 10000010 1110 111010 0 110001 100011110 101001 100100

Color Harmonies of #703782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703782

Black with #703782

Text Example


Text Example

White with #703782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703782; }

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

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

background-color css

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

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

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

border-color css

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

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

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