Html Css Color HEX #674170 Eminence

📋 copy color: '#674170'

red 103 ◦ green 65 ◦ blue 112

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

Shades of Eminence #674170

Tints of Eminence #674170

RGB

 RED value IS 103 (40.63% from 255) = 36.79%

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 36.79%
G = 23.21%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#674170 (or 0x674170) is known color: Eminence. HEX triplet: 67, 41 and 70. RGB value is (103,65,112). Sum of RGB (Red+Green+Blue) = 103+65+112=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #674170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674170 is #98BE8F. Grayscale: #515151. Windows color (decimal): -10010256 or 7356775. OLE color: 7356775.

HSL color Cylindrical-coordinate representation of color #674170: hue angle of 288.51º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #674170 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 65 112 -
CMYK 0.08 0.42 0 0.56
HSL 288.51º 0.27% 0.35% -
HSV(B) 288.51º 0.42% 0.44% -
XYZ 10.41 7.83 16.29 -
YUV 81.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 103 65 112 0.08 0.42 0 0.56 288.51 0.27 0.35
Hex 67 41 70 8 2A 0 38 121 1B 23
Octal 147 101 160 10 52 0 70 441 33 43
Binary 1100111 1000001 1110000 1000 101010 0 111000 100100001 11011 100011

Color Harmonies of #674170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674170

Black with #674170

Text Example


Text Example

White with #674170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674170; }

 p { color: rgb(103,65,112); }

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

background-color css

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

 a { background-color: rgb(103,65,112); }

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

border-color css

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

 span { border-color: rgb(103,65,112); }

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