Html Css Color HEX #703570 Eminence

📋 copy color: '#703570'

red 112 ◦ green 53 ◦ blue 112

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

Shades of Eminence #703570

Tints of Eminence #703570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

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

R = 40.43%
G = 19.13%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#703570 (or 0x703570) is known color: Eminence. HEX triplet: 70, 35 and 70. RGB value is (112,53,112). Sum of RGB (Red+Green+Blue) = 112+53+112=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #703570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703570 is #8FCA8F. Grayscale: #4D4D4D. Windows color (decimal): -9423504 or 7353712. OLE color: 7353712.

HSL color Cylindrical-coordinate representation of color #703570: hue angle of 300º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703570 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 112 -
CMYK 0 0.53 0 0.56
HSL 300º 0.36% 0.32% -
HSV(B) 300º 0.53% 0.44% -
XYZ 10.88 7.16 16.14 -
YUV 77.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 112 53 112 0 0.53 0 0.56 300 0.36 0.32
Hex 70 35 70 0 35 0 38 12C 24 20
Octal 160 65 160 0 65 0 70 454 44 40
Binary 1110000 110101 1110000 0 110101 0 111000 100101100 100100 100000

Color Harmonies of #703570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703570

Black with #703570

Text Example


Text Example

White with #703570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703570; }

 p { color: rgb(112,53,112); }

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

background-color css

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

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

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

border-color css

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

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

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