Html Css Color HEX #702D78 Eminence

📋 copy color: '#702D78'

red 112 ◦ green 45 ◦ blue 120

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

Shades of Eminence #702D78

Tints of Eminence #702D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

 BLUE value IS 120 (47.27% from 255) = 43.32%

R = 40.43%
G = 16.25%
B = 43.32%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702D78 (or 0x702D78) is known color: Eminence. HEX triplet: 70, 2D and 78. RGB value is (112,45,120). Sum of RGB (Red+Green+Blue) = 112+45+120=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #702D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D78 is #8FD287. Grayscale: #494949. Windows color (decimal): -9425544 or 7875952. OLE color: 7875952.

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

Color convert

RGB 112 45 120 -
CMYK 0.07 0.63 0 0.53
HSL 293.6º 0.45% 0.32% -
HSV(B) 293.6º 0.63% 0.47% -
XYZ 11.01 6.68 18.48 -
YUV 73.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 112 45 120 0.07 0.63 0 0.53 293.6 0.45 0.32
Hex 70 2D 78 7 3F 0 35 126 2D 20
Octal 160 55 170 7 77 0 65 446 55 40
Binary 1110000 101101 1111000 111 111111 0 110101 100100110 101101 100000

Color Harmonies of #702D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D78

Black with #702D78

Text Example


Text Example

White with #702D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,45,120); }

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

background-color css

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

 a { background-color: rgb(112,45,120); }

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

border-color css

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

 span { border-color: rgb(112,45,120); }

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