Html Css Color HEX #70417C Eminence

📋 copy color: '#70417C'

red 112 ◦ green 65 ◦ blue 124

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

Shades of Eminence #70417C

Tints of Eminence #70417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 37.21%
G = 21.59%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70417C (or 0x70417C) is known color: Eminence. HEX triplet: 70, 41 and 7C. RGB value is (112,65,124). Sum of RGB (Red+Green+Blue) = 112+65+124=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #70417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70417C is #8FBE83. Grayscale: #555555. Windows color (decimal): -9420420 or 8143216. OLE color: 8143216.

HSL color Cylindrical-coordinate representation of color #70417C: hue angle of 287.8º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70417C is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 65 124 -
CMYK 0.10 0.48 0 0.51
HSL 287.8º 0.31% 0.37% -
HSV(B) 287.8º 0.48% 0.49% -
XYZ 12.21 8.68 20.1 -
YUV 85.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 112 65 124 0.10 0.48 0 0.51 287.8 0.31 0.37
Hex 70 41 7C A 30 0 33 120 1F 25
Octal 160 101 174 12 60 0 63 440 37 45
Binary 1110000 1000001 1111100 1010 110000 0 110011 100100000 11111 100101

Color Harmonies of #70417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70417C

Black with #70417C

Text Example


Text Example

White with #70417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70417C; }

 p { color: rgb(112,65,124); }

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

background-color css

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

 a { background-color: rgb(112,65,124); }

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

border-color css

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

 span { border-color: rgb(112,65,124); }

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