Html Css Color HEX #70377F Eminence

📋 copy color: '#70377F'

red 112 ◦ green 55 ◦ blue 127

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

Shades of Eminence #70377F

Tints of Eminence #70377F

RGB

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

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

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

R = 38.1%
G = 18.71%
B = 43.2%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70377F (or 0x70377F) is known color: Eminence. HEX triplet: 70, 37 and 7F. RGB value is (112,55,127). Sum of RGB (Red+Green+Blue) = 112+55+127=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #70377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70377F is #8FC880. Grayscale: #505050. Windows color (decimal): -9422977 or 8337264. OLE color: 8337264.

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

Color convert

RGB 112 55 127 -
CMYK 0.12 0.57 0 0.50
HSL 287.5º 0.4% 0.36% -
HSV(B) 287.5º 0.57% 0.5% -
XYZ 11.88 7.71 20.94 -
YUV 80.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 112 55 127 0.12 0.57 0 0.50 287.5 0.4 0.36
Hex 70 37 7F C 39 0 32 120 28 24
Octal 160 67 177 14 71 0 62 440 50 44
Binary 1110000 110111 1111111 1100 111001 0 110010 100100000 101000 100100

Color Harmonies of #70377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70377F

Black with #70377F

Text Example


Text Example

White with #70377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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