Html Css Color HEX #672080 Seance

📋 copy color: '#672080'

red 103 ◦ green 32 ◦ blue 128

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

Shades of Seance #672080

Tints of Seance #672080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 39.16%
G = 12.17%
B = 48.67%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#672080 (or 0x672080) is known color: Seance. HEX triplet: 67, 20 and 80. RGB value is (103,32,128). Sum of RGB (Red+Green+Blue) = 103+32+128=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #672080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672080 is #98DF7F. Grayscale: #3F3F3F. Windows color (decimal): -10018688 or 8396903. OLE color: 8396903.

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

Color convert

RGB 103 32 128 -
CMYK 0.20 0.75 0 0.50
HSL 284.38º 0.6% 0.31% -
HSV(B) 284.38º 0.75% 0.5% -
XYZ 10.01 5.48 20.95 -
YUV 64.17 164.02 155.69 -
System Red Green Blue C M Y K H S L
Decimal 103 32 128 0.20 0.75 0 0.50 284.38 0.6 0.31
Hex 67 20 80 14 4B 0 32 11C 3C 1F
Octal 147 40 200 24 113 0 62 434 74 37
Binary 1100111 100000 10000000 10100 1001011 0 110010 100011100 111100 11111

Color Harmonies of #672080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672080

Black with #672080

Text Example


Text Example

White with #672080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672080; }

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

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

background-color css

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

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

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

border-color css

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

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

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