Html Css Color HEX #702880 Eminence

📋 copy color: '#702880'

red 112 ◦ green 40 ◦ blue 128

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

Shades of Eminence #702880

Tints of Eminence #702880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 40%
G = 14.29%
B = 45.71%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#702880 (or 0x702880) is known color: Eminence. HEX triplet: 70, 28 and 80. RGB value is (112,40,128). Sum of RGB (Red+Green+Blue) = 112+40+128=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #702880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702880 is #8FD77F. Grayscale: #474747. Windows color (decimal): -9426816 or 8398960. OLE color: 8398960.

HSL color Cylindrical-coordinate representation of color #702880: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702880 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 40 128 -
CMYK 0.12 0.69 0 0.50
HSL 289.09º 0.52% 0.33% -
HSV(B) 289.09º 0.69% 0.5% -
XYZ 11.34 6.52 21.08 -
YUV 71.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 112 40 128 0.12 0.69 0 0.50 289.09 0.52 0.33
Hex 70 28 80 C 45 0 32 121 34 21
Octal 160 50 200 14 105 0 62 441 64 41
Binary 1110000 101000 10000000 1100 1000101 0 110010 100100001 110100 100001

Color Harmonies of #702880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702880

Black with #702880

Text Example


Text Example

White with #702880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702880; }

 p { color: rgb(112,40,128); }

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

background-color css

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

 a { background-color: rgb(112,40,128); }

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

border-color css

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

 span { border-color: rgb(112,40,128); }

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