Html Css Color HEX #70287D Eminence

📋 copy color: '#70287D'

red 112 ◦ green 40 ◦ blue 125

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

Shades of Eminence #70287D

Tints of Eminence #70287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 40.43%
G = 14.44%
B = 45.13%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70287D (or 0x70287D) is known color: Eminence. HEX triplet: 70, 28 and 7D. RGB value is (112,40,125). Sum of RGB (Red+Green+Blue) = 112+40+125=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #70287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70287D is #8FD782. Grayscale: #464646. Windows color (decimal): -9426819 or 8202352. OLE color: 8202352.

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

Color convert

RGB 112 40 125 -
CMYK 0.10 0.68 0 0.51
HSL 290.82º 0.52% 0.32% -
HSV(B) 290.82º 0.68% 0.49% -
XYZ 11.14 6.44 20.06 -
YUV 71.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 112 40 125 0.10 0.68 0 0.51 290.82 0.52 0.32
Hex 70 28 7D A 44 0 33 123 34 20
Octal 160 50 175 12 104 0 63 443 64 40
Binary 1110000 101000 1111101 1010 1000100 0 110011 100100011 110100 100000

Color Harmonies of #70287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70287D

Black with #70287D

Text Example


Text Example

White with #70287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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