Html Css Color HEX #703275 Eminence

📋 copy color: '#703275'

red 112 ◦ green 50 ◦ blue 117

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

Shades of Eminence #703275

Tints of Eminence #703275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

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

R = 40.14%
G = 17.92%
B = 41.94%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703275 (or 0x703275) is known color: Eminence. HEX triplet: 70, 32 and 75. RGB value is (112,50,117). Sum of RGB (Red+Green+Blue) = 112+50+117=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #703275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703275 is #8FCD8A. Grayscale: #4B4B4B. Windows color (decimal): -9424267 or 7680624. OLE color: 7680624.

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

Color convert

RGB 112 50 117 -
CMYK 0.04 0.57 0 0.54
HSL 295.52º 0.4% 0.33% -
HSV(B) 295.52º 0.57% 0.46% -
XYZ 11.03 7.01 17.6 -
YUV 76.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 112 50 117 0.04 0.57 0 0.54 295.52 0.4 0.33
Hex 70 32 75 4 39 0 36 128 28 21
Octal 160 62 165 4 71 0 66 450 50 41
Binary 1110000 110010 1110101 100 111001 0 110110 100101000 101000 100001

Color Harmonies of #703275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703275

Black with #703275

Text Example


Text Example

White with #703275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703275; }

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

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

background-color css

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

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

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

border-color css

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

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

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