Html Css Color HEX #703375 Eminence

📋 copy color: '#703375'

red 112 ◦ green 51 ◦ blue 117

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

Shades of Eminence #703375

Tints of Eminence #703375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 40%
G = 18.21%
B = 41.79%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703375 (or 0x703375) is known color: Eminence. HEX triplet: 70, 33 and 75. RGB value is (112,51,117). Sum of RGB (Red+Green+Blue) = 112+51+117=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #703375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703375 is #8FCC8A. Grayscale: #4C4C4C. Windows color (decimal): -9424011 or 7680880. OLE color: 7680880.

HSL color Cylindrical-coordinate representation of color #703375: hue angle of 295.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703375 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 51 117 -
CMYK 0.04 0.56 0 0.54
HSL 295.45º 0.39% 0.33% -
HSV(B) 295.45º 0.56% 0.46% -
XYZ 11.08 7.1 17.62 -
YUV 76.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 112 51 117 0.04 0.56 0 0.54 295.45 0.39 0.33
Hex 70 33 75 4 38 0 36 127 27 21
Octal 160 63 165 4 70 0 66 447 47 41
Binary 1110000 110011 1110101 100 111000 0 110110 100100111 100111 100001

Color Harmonies of #703375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703375

Black with #703375

Text Example


Text Example

White with #703375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703375; }

 p { color: rgb(112,51,117); }

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

background-color css

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

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

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

border-color css

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

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

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