Html Css Color HEX #70277F Eminence

📋 copy color: '#70277F'

red 112 ◦ green 39 ◦ blue 127

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

Shades of Eminence #70277F

Tints of Eminence #70277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

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

R = 40.29%
G = 14.03%
B = 45.68%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70277F (or 0x70277F) is known color: Eminence. HEX triplet: 70, 27 and 7F. RGB value is (112,39,127). Sum of RGB (Red+Green+Blue) = 112+39+127=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #70277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70277F is #8FD880. Grayscale: #464646. Windows color (decimal): -9427073 or 8333168. OLE color: 8333168.

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

Color convert

RGB 112 39 127 -
CMYK 0.12 0.69 0 0.50
HSL 289.77º 0.53% 0.33% -
HSV(B) 289.77º 0.69% 0.5% -
XYZ 11.24 6.43 20.73 -
YUV 70.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 112 39 127 0.12 0.69 0 0.50 289.77 0.53 0.33
Hex 70 27 7F C 45 0 32 122 35 21
Octal 160 47 177 14 105 0 62 442 65 41
Binary 1110000 100111 1111111 1100 1000101 0 110010 100100010 110101 100001

Color Harmonies of #70277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70277F

Black with #70277F

Text Example


Text Example

White with #70277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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