Html Css Color HEX #702F7F Eminence

📋 copy color: '#702F7F'

red 112 ◦ green 47 ◦ blue 127

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

Shades of Eminence #702F7F

Tints of Eminence #702F7F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

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

R = 39.16%
G = 16.43%
B = 44.41%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#702F7F (or 0x702F7F) is known color: Eminence. HEX triplet: 70, 2F and 7F. RGB value is (112,47,127). Sum of RGB (Red+Green+Blue) = 112+47+127=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #702F7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F7F is #8FD080. Grayscale: #4B4B4B. Windows color (decimal): -9425025 or 8335216. OLE color: 8335216.

HSL color Cylindrical-coordinate representation of color #702F7F: hue angle of 288.75º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702F7F is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 47 127 -
CMYK 0.12 0.63 0 0.50
HSL 288.75º 0.46% 0.34% -
HSV(B) 288.75º 0.63% 0.5% -
XYZ 11.53 7.01 20.82 -
YUV 75.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 112 47 127 0.12 0.63 0 0.50 288.75 0.46 0.34
Hex 70 2F 7F C 3F 0 32 121 2E 22
Octal 160 57 177 14 77 0 62 441 56 42
Binary 1110000 101111 1111111 1100 111111 0 110010 100100001 101110 100010

Color Harmonies of #702F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F7F

Black with #702F7F

Text Example


Text Example

White with #702F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F7F; }

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

 H1.HeaderClassName
 {
   color: #702F7F;
 }
 .AnyTagClassName
 {
   color: #702F7F;
 }
</style>

background-color css

<style>
 a { background-color: #702F7F; }

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

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

border-color css

<style>
 span { border-color: #702F7F; }

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

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