Html Css Color HEX #70367F Eminence

📋 copy color: '#70367F'

red 112 ◦ green 54 ◦ blue 127

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

Shades of Eminence #70367F

Tints of Eminence #70367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

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

R = 38.23%
G = 18.43%
B = 43.34%

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

#70367F (or 0x70367F) is known color: Eminence. HEX triplet: 70, 36 and 7F. RGB value is (112,54,127). Sum of RGB (Red+Green+Blue) = 112+54+127=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #70367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70367F is #8FC980. Grayscale: #4F4F4F. Windows color (decimal): -9423233 or 8337008. OLE color: 8337008.

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

Color convert

RGB 112 54 127 -
CMYK 0.12 0.57 0 0.50
HSL 287.67º 0.4% 0.35% -
HSV(B) 287.67º 0.57% 0.5% -
XYZ 11.83 7.62 20.92 -
YUV 79.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 112 54 127 0.12 0.57 0 0.50 287.67 0.4 0.35
Hex 70 36 7F C 39 0 32 120 28 23
Octal 160 66 177 14 71 0 62 440 50 43
Binary 1110000 110110 1111111 1100 111001 0 110010 100100000 101000 100011

Color Harmonies of #70367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70367F

Black with #70367F

Text Example


Text Example

White with #70367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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