Html Css Color HEX #70427D Eminence

📋 copy color: '#70427D'

red 112 ◦ green 66 ◦ blue 125

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

Shades of Eminence #70427D

Tints of Eminence #70427D

RGB

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

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

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

R = 36.96%
G = 21.78%
B = 41.25%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70427D (or 0x70427D) is known color: Eminence. HEX triplet: 70, 42 and 7D. RGB value is (112,66,125). Sum of RGB (Red+Green+Blue) = 112+66+125=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #70427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70427D is #8FBD82. Grayscale: #565656. Windows color (decimal): -9420163 or 8209008. OLE color: 8209008.

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

Color convert

RGB 112 66 125 -
CMYK 0.10 0.47 0 0.51
HSL 286.78º 0.31% 0.37% -
HSV(B) 286.78º 0.47% 0.49% -
XYZ 12.33 8.82 20.45 -
YUV 86.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 112 66 125 0.10 0.47 0 0.51 286.78 0.31 0.37
Hex 70 42 7D A 2F 0 33 11F 1F 25
Octal 160 102 175 12 57 0 63 437 37 45
Binary 1110000 1000010 1111101 1010 101111 0 110011 100011111 11111 100101

Color Harmonies of #70427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70427D

Black with #70427D

Text Example


Text Example

White with #70427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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