Html Css Color HEX #703480 Eminence

📋 copy color: '#703480'

red 112 ◦ green 52 ◦ blue 128

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

Shades of Eminence #703480

Tints of Eminence #703480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

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

R = 38.36%
G = 17.81%
B = 43.84%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#703480 (or 0x703480) is known color: Eminence. HEX triplet: 70, 34 and 80. RGB value is (112,52,128). Sum of RGB (Red+Green+Blue) = 112+52+128=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #703480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703480 is #8FCB7F. Grayscale: #4E4E4E. Windows color (decimal): -9423744 or 8402032. OLE color: 8402032.

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

Color convert

RGB 112 52 128 -
CMYK 0.12 0.59 0 0.50
HSL 287.37º 0.42% 0.35% -
HSV(B) 287.37º 0.59% 0.5% -
XYZ 11.81 7.46 21.24 -
YUV 78.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 112 52 128 0.12 0.59 0 0.50 287.37 0.42 0.35
Hex 70 34 80 C 3B 0 32 11F 2A 23
Octal 160 64 200 14 73 0 62 437 52 43
Binary 1110000 110100 10000000 1100 111011 0 110010 100011111 101010 100011

Color Harmonies of #703480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703480

Black with #703480

Text Example


Text Example

White with #703480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703480; }

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

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

background-color css

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

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

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

border-color css

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

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

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