Html Css Color HEX #703472 Eminence

📋 copy color: '#703472'

red 112 ◦ green 52 ◦ blue 114

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

Shades of Eminence #703472

Tints of Eminence #703472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 40.29%
G = 18.71%
B = 41.01%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703472 (or 0x703472) is known color: Eminence. HEX triplet: 70, 34 and 72. RGB value is (112,52,114). Sum of RGB (Red+Green+Blue) = 112+52+114=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #703472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703472 is #8FCB8D. Grayscale: #4C4C4C. Windows color (decimal): -9423758 or 7484528. OLE color: 7484528.

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

Color convert

RGB 112 52 114 -
CMYK 0.02 0.54 0 0.55
HSL 298.06º 0.37% 0.33% -
HSV(B) 298.06º 0.54% 0.45% -
XYZ 10.95 7.12 16.72 -
YUV 77.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 112 52 114 0.02 0.54 0 0.55 298.06 0.37 0.33
Hex 70 34 72 2 36 0 37 12A 25 21
Octal 160 64 162 2 66 0 67 452 45 41
Binary 1110000 110100 1110010 10 110110 0 110111 100101010 100101 100001

Color Harmonies of #703472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703472

Black with #703472

Text Example


Text Example

White with #703472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703472; }

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

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

background-color css

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

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

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

border-color css

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

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

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