Html Css Color HEX #70417D Eminence

📋 copy color: '#70417D'

red 112 ◦ green 65 ◦ blue 125

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

Shades of Eminence #70417D

Tints of Eminence #70417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.39%

R = 37.09%
G = 21.52%
B = 41.39%

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

#70417D (or 0x70417D) is known color: Eminence. HEX triplet: 70, 41 and 7D. RGB value is (112,65,125). Sum of RGB (Red+Green+Blue) = 112+65+125=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #70417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70417D is #8FBE82. Grayscale: #555555. Windows color (decimal): -9420419 or 8208752. OLE color: 8208752.

HSL color Cylindrical-coordinate representation of color #70417D: hue angle of 287º degrees, saturation: 0.32, 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 #70417D is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 65 125 -
CMYK 0.10 0.48 0 0.51
HSL 287º 0.32% 0.37% -
HSV(B) 287º 0.48% 0.49% -
XYZ 12.27 8.71 20.44 -
YUV 85.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 112 65 125 0.10 0.48 0 0.51 287 0.32 0.37
Hex 70 41 7D A 30 0 33 11F 20 25
Octal 160 101 175 12 60 0 63 437 40 45
Binary 1110000 1000001 1111101 1010 110000 0 110011 100011111 100000 100101

Color Harmonies of #70417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70417D

Black with #70417D

Text Example


Text Example

White with #70417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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