Html Css Color HEX #703B75 Eminence

📋 copy color: '#703B75'

red 112 ◦ green 59 ◦ blue 117

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

Shades of Eminence #703B75

Tints of Eminence #703B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

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

R = 38.89%
G = 20.49%
B = 40.63%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703B75 (or 0x703B75) is known color: Eminence. HEX triplet: 70, 3B and 75. RGB value is (112,59,117). Sum of RGB (Red+Green+Blue) = 112+59+117=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #703B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703B75 is #8FC48A. Grayscale: #515151. Windows color (decimal): -9421963 or 7682928. OLE color: 7682928.

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

Color convert

RGB 112 59 117 -
CMYK 0.04 0.50 0 0.54
HSL 294.83º 0.33% 0.35% -
HSV(B) 294.83º 0.5% 0.46% -
XYZ 11.46 7.86 17.74 -
YUV 81.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 112 59 117 0.04 0.50 0 0.54 294.83 0.33 0.35
Hex 70 3B 75 4 32 0 36 127 21 23
Octal 160 73 165 4 62 0 66 447 41 43
Binary 1110000 111011 1110101 100 110010 0 110110 100100111 100001 100011

Color Harmonies of #703B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B75

Black with #703B75

Text Example


Text Example

White with #703B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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