Html Css Color HEX #704368 Eminence

📋 copy color: '#704368'

red 112 ◦ green 67 ◦ blue 104

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

Shades of Eminence #704368

Tints of Eminence #704368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 39.58%
G = 23.67%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704368 (or 0x704368) is known color: Eminence. HEX triplet: 70, 43 and 68. RGB value is (112,67,104). Sum of RGB (Red+Green+Blue) = 112+67+104=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704368 is #8FBC97. Grayscale: #545454. Windows color (decimal): -9419928 or 6833008. OLE color: 6833008.

HSL color Cylindrical-coordinate representation of color #704368: hue angle of 310.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704368 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 104 -
CMYK 0 0.40 0.07 0.56
HSL 310.67º 0.25% 0.35% -
HSV(B) 310.67º 0.4% 0.44% -
XYZ 11.19 8.46 14.14 -
YUV 84.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 112 67 104 0 0.40 0.07 0.56 310.67 0.25 0.35
Hex 70 43 68 0 28 7 38 137 19 23
Octal 160 103 150 0 50 7 70 467 31 43
Binary 1110000 1000011 1101000 0 101000 111 111000 100110111 11001 100011

Color Harmonies of #704368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704368

Black with #704368

Text Example


Text Example

White with #704368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704368; }

 p { color: rgb(112,67,104); }

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

background-color css

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

 a { background-color: rgb(112,67,104); }

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

border-color css

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

 span { border-color: rgb(112,67,104); }

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