Html Css Color HEX #70317F Eminence

📋 copy color: '#70317F'

red 112 ◦ green 49 ◦ blue 127

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

Shades of Eminence #70317F

Tints of Eminence #70317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.01%

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

R = 38.89%
G = 17.01%
B = 44.1%

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

#70317F (or 0x70317F) is known color: Eminence. HEX triplet: 70, 31 and 7F. RGB value is (112,49,127). Sum of RGB (Red+Green+Blue) = 112+49+127=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #70317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70317F is #8FCE80. Grayscale: #4C4C4C. Windows color (decimal): -9424513 or 8335728. OLE color: 8335728.

HSL color Cylindrical-coordinate representation of color #70317F: hue angle of 288.46º 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 #70317F is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 49 127 -
CMYK 0.12 0.61 0 0.50
HSL 288.46º 0.44% 0.35% -
HSV(B) 288.46º 0.61% 0.5% -
XYZ 11.61 7.17 20.85 -
YUV 76.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 112 49 127 0.12 0.61 0 0.50 288.46 0.44 0.35
Hex 70 31 7F C 3D 0 32 120 2C 23
Octal 160 61 177 14 75 0 62 440 54 43
Binary 1110000 110001 1111111 1100 111101 0 110010 100100000 101100 100011

Color Harmonies of #70317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70317F

Black with #70317F

Text Example


Text Example

White with #70317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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