Html Css Color HEX #703583 Eminence

📋 copy color: '#703583'

red 112 ◦ green 53 ◦ blue 131

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

Shades of Eminence #703583

Tints of Eminence #703583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 37.84%
G = 17.91%
B = 44.26%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703583 (or 0x703583) is known color: Eminence. HEX triplet: 70, 35 and 83. RGB value is (112,53,131). Sum of RGB (Red+Green+Blue) = 112+53+131=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #703583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703583 is #8FCA7C. Grayscale: #4F4F4F. Windows color (decimal): -9423485 or 8598896. OLE color: 8598896.

HSL color Cylindrical-coordinate representation of color #703583: hue angle of 285.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #703583 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 53 131 -
CMYK 0.15 0.60 0 0.49
HSL 285.38º 0.42% 0.36% -
HSV(B) 285.38º 0.6% 0.51% -
XYZ 12.05 7.63 22.31 -
YUV 79.53 157.05 151.16 -
System Red Green Blue C M Y K H S L
Decimal 112 53 131 0.15 0.60 0 0.49 285.38 0.42 0.36
Hex 70 35 83 F 3C 0 31 11D 2A 24
Octal 160 65 203 17 74 0 61 435 52 44
Binary 1110000 110101 10000011 1111 111100 0 110001 100011101 101010 100100

Color Harmonies of #703583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703583

Black with #703583

Text Example


Text Example

White with #703583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703583; }

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

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

background-color css

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

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

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

border-color css

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

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

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