Html Css Color HEX #672980 Eminence

📋 copy color: '#672980'

red 103 ◦ green 41 ◦ blue 128

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

Shades of Eminence #672980

Tints of Eminence #672980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

 BLUE value IS 128 (50.39% from 255) = 47.06%

R = 37.87%
G = 15.07%
B = 47.06%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#672980 (or 0x672980) is known color: Eminence. HEX triplet: 67, 29 and 80. RGB value is (103,41,128). Sum of RGB (Red+Green+Blue) = 103+41+128=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #672980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672980 is #98D67F. Grayscale: #454545. Windows color (decimal): -10016384 or 8399207. OLE color: 8399207.

HSL color Cylindrical-coordinate representation of color #672980: hue angle of 282.76º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672980 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 41 128 -
CMYK 0.20 0.68 0 0.50
HSL 282.76º 0.51% 0.33% -
HSV(B) 282.76º 0.68% 0.5% -
XYZ 10.28 6.03 21.04 -
YUV 69.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 103 41 128 0.20 0.68 0 0.50 282.76 0.51 0.33
Hex 67 29 80 14 44 0 32 11B 33 21
Octal 147 51 200 24 104 0 62 433 63 41
Binary 1100111 101001 10000000 10100 1000100 0 110010 100011011 110011 100001

Color Harmonies of #672980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672980

Black with #672980

Text Example


Text Example

White with #672980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672980; }

 p { color: rgb(103,41,128); }

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

background-color css

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

 a { background-color: rgb(103,41,128); }

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

border-color css

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

 span { border-color: rgb(103,41,128); }

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