Html Css Color HEX #703372 Eminence

📋 copy color: '#703372'

red 112 ◦ green 51 ◦ blue 114

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

Shades of Eminence #703372

Tints of Eminence #703372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 40.43%
G = 18.41%
B = 41.16%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703372 (or 0x703372) is known color: Eminence. HEX triplet: 70, 33 and 72. RGB value is (112,51,114). Sum of RGB (Red+Green+Blue) = 112+51+114=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #703372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703372 is #8FCC8D. Grayscale: #4C4C4C. Windows color (decimal): -9424014 or 7484272. OLE color: 7484272.

HSL color Cylindrical-coordinate representation of color #703372: hue angle of 298.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703372 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 51 114 -
CMYK 0.02 0.55 0 0.55
HSL 298.1º 0.38% 0.32% -
HSV(B) 298.1º 0.55% 0.45% -
XYZ 10.9 7.03 16.7 -
YUV 76.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 112 51 114 0.02 0.55 0 0.55 298.1 0.38 0.32
Hex 70 33 72 2 37 0 37 12A 26 20
Octal 160 63 162 2 67 0 67 452 46 40
Binary 1110000 110011 1110010 10 110111 0 110111 100101010 100110 100000

Color Harmonies of #703372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703372

Black with #703372

Text Example


Text Example

White with #703372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703372; }

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

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

background-color css

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

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

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

border-color css

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

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

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