#673470

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

Shades of Seance #673470

Tints of Seance #673470

Color information

#673470 (or 0x673470) is unknown color: approx Seance. HEX triplet: 67, 34 and 70. RGB value is (103,52,112). Sum of RGB (Red+Green+Blue) = 103+52+112=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #673470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673470 is #98CB8F. Grayscale: #494949. Windows color (decimal): -10013584 or 7353447. OLE color: 7353447.

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

Color convert

RGB10352112-
CMYK0.080.5400.56
HSL291º36.59%32.16%-
HSV(B)291º53.57%43.92%-
XYZ9.756.5116.07-
YUV74.09149.4148.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.58%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=38.58%
G=19.48%
B=41.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103521120.080.5400.5629136.5932.16
Hex6734708360381232520
Octal1476416010660704434540
Binary1100111110100111000010001101100111000100100011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673470; }

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

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

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

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

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

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

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

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