Html Css Color HEX #704275 Eminence

📋 copy color: '#704275'

red 112 ◦ green 66 ◦ blue 117

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

Shades of Eminence #704275

Tints of Eminence #704275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

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

R = 37.97%
G = 22.37%
B = 39.66%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#704275 (or 0x704275) is known color: Eminence. HEX triplet: 70, 42 and 75. RGB value is (112,66,117). Sum of RGB (Red+Green+Blue) = 112+66+117=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #704275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704275 is #8FBD8A. Grayscale: #555555. Windows color (decimal): -9420171 or 7684720. OLE color: 7684720.

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

Color convert

RGB 112 66 117 -
CMYK 0.04 0.44 0 0.54
HSL 294.12º 0.28% 0.36% -
HSV(B) 294.12º 0.44% 0.46% -
XYZ 11.84 8.63 17.87 -
YUV 85.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 112 66 117 0.04 0.44 0 0.54 294.12 0.28 0.36
Hex 70 42 75 4 2C 0 36 126 1C 24
Octal 160 102 165 4 54 0 66 446 34 44
Binary 1110000 1000010 1110101 100 101100 0 110110 100100110 11100 100100

Color Harmonies of #704275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704275

Black with #704275

Text Example


Text Example

White with #704275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704275; }

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

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

background-color css

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

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

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

border-color css

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

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

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