Html Css Color HEX #702C79 Eminence

📋 copy color: '#702C79'

red 112 ◦ green 44 ◦ blue 121

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

Shades of Eminence #702C79

Tints of Eminence #702C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 40.43%
G = 15.88%
B = 43.68%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702C79 (or 0x702C79) is known color: Eminence. HEX triplet: 70, 2C and 79. RGB value is (112,44,121). Sum of RGB (Red+Green+Blue) = 112+44+121=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #702C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C79 is #8FD386. Grayscale: #484848. Windows color (decimal): -9425799 or 7941232. OLE color: 7941232.

HSL color Cylindrical-coordinate representation of color #702C79: hue angle of 292.99º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702C79 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 44 121 -
CMYK 0.07 0.64 0 0.53
HSL 292.99º 0.47% 0.32% -
HSV(B) 292.99º 0.64% 0.47% -
XYZ 11.03 6.63 18.79 -
YUV 73.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 112 44 121 0.07 0.64 0 0.53 292.99 0.47 0.32
Hex 70 2C 79 7 40 0 35 125 2F 20
Octal 160 54 171 7 100 0 65 445 57 40
Binary 1110000 101100 1111001 111 1000000 0 110101 100100101 101111 100000

Color Harmonies of #702C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C79

Black with #702C79

Text Example


Text Example

White with #702C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,44,121); }

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

background-color css

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

 a { background-color: rgb(112,44,121); }

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

border-color css

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

 span { border-color: rgb(112,44,121); }

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