Html Css Color HEX #673080 Eminence

📋 copy color: '#673080'

red 103 ◦ green 48 ◦ blue 128

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

Shades of Eminence #673080

Tints of Eminence #673080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

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

R = 36.92%
G = 17.2%
B = 45.88%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#673080 (or 0x673080) is known color: Eminence. HEX triplet: 67, 30 and 80. RGB value is (103,48,128). Sum of RGB (Red+Green+Blue) = 103+48+128=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #673080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673080 is #98CF7F. Grayscale: #494949. Windows color (decimal): -10014592 or 8400999. OLE color: 8400999.

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

Color convert

RGB 103 48 128 -
CMYK 0.20 0.62 0 0.50
HSL 281.25º 0.45% 0.35% -
HSV(B) 281.25º 0.63% 0.5% -
XYZ 10.55 6.56 21.13 -
YUV 73.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 103 48 128 0.20 0.62 0 0.50 281.25 0.45 0.35
Hex 67 30 80 14 3E 0 32 119 2D 23
Octal 147 60 200 24 76 0 62 431 55 43
Binary 1100111 110000 10000000 10100 111110 0 110010 100011001 101101 100011

Color Harmonies of #673080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673080

Black with #673080

Text Example


Text Example

White with #673080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673080; }

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

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

background-color css

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

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

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

border-color css

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

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

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