Html Css Color HEX #70376F Eminence

📋 copy color: '#70376F'

red 112 ◦ green 55 ◦ blue 111

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

Shades of Eminence #70376F

Tints of Eminence #70376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 40.29%
G = 19.78%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70376F (or 0x70376F) is known color: Eminence. HEX triplet: 70, 37 and 6F. RGB value is (112,55,111). Sum of RGB (Red+Green+Blue) = 112+55+111=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #70376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70376F is #8FC890. Grayscale: #4E4E4E. Windows color (decimal): -9422993 or 7288688. OLE color: 7288688.

HSL color Cylindrical-coordinate representation of color #70376F: hue angle of 301.05º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70376F is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 111 -
CMYK 0 0.51 0.01 0.56
HSL 301.05º 0.34% 0.33% -
HSV(B) 301.05º 0.51% 0.44% -
XYZ 10.92 7.32 15.88 -
YUV 78.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 112 55 111 0 0.51 0.01 0.56 301.05 0.34 0.33
Hex 70 37 6F 0 33 1 38 12D 22 21
Octal 160 67 157 0 63 1 70 455 42 41
Binary 1110000 110111 1101111 0 110011 1 111000 100101101 100010 100001

Color Harmonies of #70376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70376F

Black with #70376F

Text Example


Text Example

White with #70376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,55,111); }

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

background-color css

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

 a { background-color: rgb(112,55,111); }

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

border-color css

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

 span { border-color: rgb(112,55,111); }

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