Html Css Color HEX #674372 Eminence

📋 copy color: '#674372'

red 103 ◦ green 67 ◦ blue 114

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

Shades of Eminence #674372

Tints of Eminence #674372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 36.27%
G = 23.59%
B = 40.14%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#674372 (or 0x674372) is known color: Eminence. HEX triplet: 67, 43 and 72. RGB value is (103,67,114). Sum of RGB (Red+Green+Blue) = 103+67+114=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #674372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674372 is #98BC8D. Grayscale: #525252. Windows color (decimal): -10009742 or 7488359. OLE color: 7488359.

HSL color Cylindrical-coordinate representation of color #674372: hue angle of 285.96º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #674372 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 67 114 -
CMYK 0.10 0.41 0 0.55
HSL 285.96º 0.26% 0.35% -
HSV(B) 285.96º 0.41% 0.45% -
XYZ 10.64 8.11 16.92 -
YUV 83.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 103 67 114 0.10 0.41 0 0.55 285.96 0.26 0.35
Hex 67 43 72 A 29 0 37 11E 1A 23
Octal 147 103 162 12 51 0 67 436 32 43
Binary 1100111 1000011 1110010 1010 101001 0 110111 100011110 11010 100011

Color Harmonies of #674372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674372

Black with #674372

Text Example


Text Example

White with #674372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674372; }

 p { color: rgb(103,67,114); }

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

background-color css

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

 a { background-color: rgb(103,67,114); }

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

border-color css

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

 span { border-color: rgb(103,67,114); }

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