Html Css Color HEX #703673 Eminence

📋 copy color: '#703673'

red 112 ◦ green 54 ◦ blue 115

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

Shades of Eminence #703673

Tints of Eminence #703673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.22%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 39.86%
G = 19.22%
B = 40.93%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703673 (or 0x703673) is known color: Eminence. HEX triplet: 70, 36 and 73. RGB value is (112,54,115). Sum of RGB (Red+Green+Blue) = 112+54+115=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #703673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703673 is #8FC98C. Grayscale: #4E4E4E. Windows color (decimal): -9423245 or 7550576. OLE color: 7550576.

HSL color Cylindrical-coordinate representation of color #703673: hue angle of 297.05º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703673 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 54 115 -
CMYK 0.03 0.53 0 0.55
HSL 297.05º 0.36% 0.33% -
HSV(B) 297.05º 0.53% 0.45% -
XYZ 11.1 7.32 17.05 -
YUV 78.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 112 54 115 0.03 0.53 0 0.55 297.05 0.36 0.33
Hex 70 36 73 3 35 0 37 129 24 21
Octal 160 66 163 3 65 0 67 451 44 41
Binary 1110000 110110 1110011 11 110101 0 110111 100101001 100100 100001

Color Harmonies of #703673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703673

Black with #703673

Text Example


Text Example

White with #703673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703673; }

 p { color: rgb(112,54,115); }

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

background-color css

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

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

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

border-color css

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

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

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