Html Css Color HEX #70407F Eminence

📋 copy color: '#70407F'

red 112 ◦ green 64 ◦ blue 127

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

Shades of Eminence #70407F

Tints of Eminence #70407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.91%

R = 36.96%
G = 21.12%
B = 41.91%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70407F (or 0x70407F) is known color: Eminence. HEX triplet: 70, 40 and 7F. RGB value is (112,64,127). Sum of RGB (Red+Green+Blue) = 112+64+127=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #70407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70407F is #8FBF80. Grayscale: #555555. Windows color (decimal): -9420673 or 8339568. OLE color: 8339568.

HSL color Cylindrical-coordinate representation of color #70407F: hue angle of 285.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70407F is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 64 127 -
CMYK 0.12 0.50 0 0.50
HSL 285.71º 0.33% 0.37% -
HSV(B) 285.71º 0.5% 0.5% -
XYZ 12.35 8.64 21.1 -
YUV 85.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 112 64 127 0.12 0.50 0 0.50 285.71 0.33 0.37
Hex 70 40 7F C 32 0 32 11E 21 25
Octal 160 100 177 14 62 0 62 436 41 45
Binary 1110000 1000000 1111111 1100 110010 0 110010 100011110 100001 100101

Color Harmonies of #70407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70407F

Black with #70407F

Text Example


Text Example

White with #70407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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