Html Css Color HEX #702E7D Eminence

📋 copy color: '#702E7D'

red 112 ◦ green 46 ◦ blue 125

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

Shades of Eminence #702E7D

Tints of Eminence #702E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 39.58%
G = 16.25%
B = 44.17%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#702E7D (or 0x702E7D) is known color: Eminence. HEX triplet: 70, 2E and 7D. RGB value is (112,46,125). Sum of RGB (Red+Green+Blue) = 112+46+125=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #702E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E7D is #8FD182. Grayscale: #4A4A4A. Windows color (decimal): -9425283 or 8203888. OLE color: 8203888.

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

Color convert

RGB 112 46 125 -
CMYK 0.10 0.63 0 0.51
HSL 290.13º 0.46% 0.34% -
HSV(B) 290.13º 0.63% 0.49% -
XYZ 11.36 6.88 20.13 -
YUV 74.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 112 46 125 0.10 0.63 0 0.51 290.13 0.46 0.34
Hex 70 2E 7D A 3F 0 33 122 2E 22
Octal 160 56 175 12 77 0 63 442 56 42
Binary 1110000 101110 1111101 1010 111111 0 110011 100100010 101110 100010

Color Harmonies of #702E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E7D

Black with #702E7D

Text Example


Text Example

White with #702E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,46,125); }

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

background-color css

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

 a { background-color: rgb(112,46,125); }

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

border-color css

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

 span { border-color: rgb(112,46,125); }

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