#673270

Color #673270 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #673270

Tints of Seance #673270

Color information

#673270 (or 0x673270) is unknown color: approx Seance. HEX triplet: 67, 32 and 70. RGB value is (103,50,112). Sum of RGB (Red+Green+Blue) = 103+50+112=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #673270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673270 is #98CD8F. Grayscale: #484848. Windows color (decimal): -10014096 or 7352935. OLE color: 7352935.

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

Color convert

RGB10350112-
CMYK0.080.5500.56
HSL291.29º38.27%31.76%-
HSV(B)291.29º55.36%43.92%-
XYZ9.666.3316.04-
YUV72.91150.06149.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=38.87%
G=18.87%
B=42.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103501120.080.5500.56291.2938.2731.76
Hex6732708370381232620
Octal1476216010670704434640
Binary1100111110010111000010001101110111000100100011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673270; }

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

 H1.HeaderClassName
 {
   color: #673270;
 }
 .AnyTagClassName
 {
   color: #673270;
 }
</style>
background-color css

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

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

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

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

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

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