Html Css Color HEX #70426E Eminence

📋 copy color: '#70426E'

red 112 ◦ green 66 ◦ blue 110

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

Shades of Eminence #70426E

Tints of Eminence #70426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 38.89%
G = 22.92%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70426E (or 0x70426E) is known color: Eminence. HEX triplet: 70, 42 and 6E. RGB value is (112,66,110). Sum of RGB (Red+Green+Blue) = 112+66+110=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70426E is #8FBD91. Grayscale: #545454. Windows color (decimal): -9420178 or 7225968. OLE color: 7225968.

HSL color Cylindrical-coordinate representation of color #70426E: hue angle of 302.61º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70426E is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 110 -
CMYK 0 0.41 0.02 0.56
HSL 302.61º 0.26% 0.35% -
HSV(B) 302.61º 0.41% 0.44% -
XYZ 11.44 8.47 15.78 -
YUV 84.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 112 66 110 0 0.41 0.02 0.56 302.61 0.26 0.35
Hex 70 42 6E 0 29 2 38 12F 1A 23
Octal 160 102 156 0 51 2 70 457 32 43
Binary 1110000 1000010 1101110 0 101001 10 111000 100101111 11010 100011

Color Harmonies of #70426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70426E

Black with #70426E

Text Example


Text Example

White with #70426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70426E; }

 p { color: rgb(112,66,110); }

 H1.HeaderClassName
 {
   color: #70426E;
 }
 .AnyTagClassName
 {
   color: #70426E;
 }
</style>

background-color css

<style>
 a { background-color: #70426E; }

 a { background-color: rgb(112,66,110); }

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

border-color css

<style>
 span { border-color: #70426E; }

 span { border-color: rgb(112,66,110); }

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