Html Css Color HEX #70407D Eminence

📋 copy color: '#70407D'

red 112 ◦ green 64 ◦ blue 125

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

Shades of Eminence #70407D

Tints of Eminence #70407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 37.21%
G = 21.26%
B = 41.53%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70407D (or 0x70407D) is known color: Eminence. HEX triplet: 70, 40 and 7D. RGB value is (112,64,125). Sum of RGB (Red+Green+Blue) = 112+64+125=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #70407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70407D is #8FBF82. Grayscale: #555555. Windows color (decimal): -9420675 or 8208496. OLE color: 8208496.

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

Color convert

RGB 112 64 125 -
CMYK 0.10 0.49 0 0.51
HSL 287.21º 0.32% 0.37% -
HSV(B) 287.21º 0.49% 0.49% -
XYZ 12.22 8.59 20.42 -
YUV 85.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 112 64 125 0.10 0.49 0 0.51 287.21 0.32 0.37
Hex 70 40 7D A 31 0 33 11F 20 25
Octal 160 100 175 12 61 0 63 437 40 45
Binary 1110000 1000000 1111101 1010 110001 0 110011 100011111 100000 100101

Color Harmonies of #70407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70407D

Black with #70407D

Text Example


Text Example

White with #70407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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