Html Css Color HEX #704369 Eminence

📋 copy color: '#704369'

red 112 ◦ green 67 ◦ blue 105

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

Shades of Eminence #704369

Tints of Eminence #704369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 39.44%
G = 23.59%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#704369 (or 0x704369) is known color: Eminence. HEX triplet: 70, 43 and 69. RGB value is (112,67,105). Sum of RGB (Red+Green+Blue) = 112+67+105=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #704369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704369 is #8FBC96. Grayscale: #545454. Windows color (decimal): -9419927 or 6898544. OLE color: 6898544.

HSL color Cylindrical-coordinate representation of color #704369: hue angle of 309.33º 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 #704369 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 105 -
CMYK 0 0.40 0.06 0.56
HSL 309.33º 0.25% 0.35% -
HSV(B) 309.33º 0.4% 0.44% -
XYZ 11.24 8.48 14.41 -
YUV 84.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 112 67 105 0 0.40 0.06 0.56 309.33 0.25 0.35
Hex 70 43 69 0 28 6 38 135 19 23
Octal 160 103 151 0 50 6 70 465 31 43
Binary 1110000 1000011 1101001 0 101000 110 111000 100110101 11001 100011

Color Harmonies of #704369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704369

Black with #704369

Text Example


Text Example

White with #704369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704369; }

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

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

background-color css

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

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

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

border-color css

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

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

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