#671278

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

Shades of Seance #671278

Tints of Seance #671278

Color information

#671278 (or 0x671278) is unknown color: approx Seance. HEX triplet: 67, 12 and 78. RGB value is (103,18,120). Sum of RGB (Red+Green+Blue) = 103+18+120=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #671278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671278 is #98ED87. Grayscale: #363636. Windows color (decimal): -10022280 or 7869031. OLE color: 7869031.

HSL color Cylindrical-coordinate representation of color #671278: hue angle of 290º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671278 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10318120-
CMYK0.140.8500.53
HSL290º73.91%27.06%-
HSV(B)290º85%47.06%-
XYZ9.24.6718.19-
YUV55.04164.66162.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=42.74%
G=7.47%
B=49.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103181200.140.8500.5329073.9127.06
Hex671278E550351224a1b
Octal147221701612506544211233
Binary1100111100101111000111010101010110101100100010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671278; }

 p { color: rgb(103,18,120); }

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

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

 a { background-color: rgb(103,18,120); }

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

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

 span { border-color: rgb(103,18,120); }

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