Html Css Color HEX #702A7E Eminence

📋 copy color: '#702A7E'

red 112 ◦ green 42 ◦ blue 126

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

Shades of Eminence #702A7E

Tints of Eminence #702A7E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 126 (49.61% from 255) = 45%

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#702A7E (or 0x702A7E) is known color: Eminence. HEX triplet: 70, 2A and 7E. RGB value is (112,42,126). Sum of RGB (Red+Green+Blue) = 112+42+126=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #702A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A7E is #8FD581. Grayscale: #484848. Windows color (decimal): -9426306 or 8268400. OLE color: 8268400.

HSL color Cylindrical-coordinate representation of color #702A7E: hue angle of 290º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702A7E is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 42 126 -
CMYK 0.11 0.67 0 0.51
HSL 290º 0.5% 0.33% -
HSV(B) 290º 0.67% 0.49% -
XYZ 11.28 6.61 20.42 -
YUV 72.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 112 42 126 0.11 0.67 0 0.51 290 0.5 0.33
Hex 70 2A 7E B 43 0 33 122 32 21
Octal 160 52 176 13 103 0 63 442 62 41
Binary 1110000 101010 1111110 1011 1000011 0 110011 100100010 110010 100001

Color Harmonies of #702A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A7E

Black with #702A7E

Text Example


Text Example

White with #702A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,42,126); }

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

background-color css

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

 a { background-color: rgb(112,42,126); }

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

border-color css

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

 span { border-color: rgb(112,42,126); }

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