Html Css Color HEX #70327F Eminence

📋 copy color: '#70327F'

red 112 ◦ green 50 ◦ blue 127

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

Shades of Eminence #70327F

Tints of Eminence #70327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 127 (50% from 255) = 43.94%

R = 38.75%
G = 17.3%
B = 43.94%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70327F (or 0x70327F) is known color: Eminence. HEX triplet: 70, 32 and 7F. RGB value is (112,50,127). Sum of RGB (Red+Green+Blue) = 112+50+127=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #70327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70327F is #8FCD80. Grayscale: #4D4D4D. Windows color (decimal): -9424257 or 8335984. OLE color: 8335984.

HSL color Cylindrical-coordinate representation of color #70327F: hue angle of 288.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70327F is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 50 127 -
CMYK 0.12 0.61 0 0.50
HSL 288.31º 0.44% 0.35% -
HSV(B) 288.31º 0.61% 0.5% -
XYZ 11.65 7.26 20.87 -
YUV 77.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 112 50 127 0.12 0.61 0 0.50 288.31 0.44 0.35
Hex 70 32 7F C 3D 0 32 120 2C 23
Octal 160 62 177 14 75 0 62 440 54 43
Binary 1110000 110010 1111111 1100 111101 0 110010 100100000 101100 100011

Color Harmonies of #70327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70327F

Black with #70327F

Text Example


Text Example

White with #70327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70327F; }

 p { color: rgb(112,50,127); }

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

background-color css

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

 a { background-color: rgb(112,50,127); }

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

border-color css

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

 span { border-color: rgb(112,50,127); }

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