Html Css Color HEX #70387E Eminence

📋 copy color: '#70387E'

red 112 ◦ green 56 ◦ blue 126

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

Shades of Eminence #70387E

Tints of Eminence #70387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.05%

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 38.1%
G = 19.05%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70387E (or 0x70387E) is known color: Eminence. HEX triplet: 70, 38 and 7E. RGB value is (112,56,126). Sum of RGB (Red+Green+Blue) = 112+56+126=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #70387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70387E is #8FC781. Grayscale: #505050. Windows color (decimal): -9422722 or 8271984. OLE color: 8271984.

HSL color Cylindrical-coordinate representation of color #70387E: hue angle of 288º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70387E is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 56 126 -
CMYK 0.11 0.56 0 0.51
HSL 288º 0.38% 0.36% -
HSV(B) 288º 0.56% 0.49% -
XYZ 11.86 7.78 20.62 -
YUV 80.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 112 56 126 0.11 0.56 0 0.51 288 0.38 0.36
Hex 70 38 7E B 38 0 33 120 26 24
Octal 160 70 176 13 70 0 63 440 46 44
Binary 1110000 111000 1111110 1011 111000 0 110011 100100000 100110 100100

Color Harmonies of #70387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70387E

Black with #70387E

Text Example


Text Example

White with #70387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,56,126); }

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

background-color css

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

 a { background-color: rgb(112,56,126); }

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

border-color css

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

 span { border-color: rgb(112,56,126); }

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