#672575

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

Shades of Seance #672575

Tints of Seance #672575

Color information

#672575 (or 0x672575) is unknown color: approx Seance. HEX triplet: 67, 25 and 75. RGB value is (103,37,117). Sum of RGB (Red+Green+Blue) = 103+37+117=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #672575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672575 is #98DA8A. Grayscale: #414141. Windows color (decimal): -10017419 or 7677287. OLE color: 7677287.

HSL color Cylindrical-coordinate representation of color #672575: hue angle of 289.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672575 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10337117-
CMYK0.120.6800.54
HSL289.5º51.95%30.2%-
HSV(B)289.5º68.38%45.88%-
XYZ9.475.4917.39-
YUV65.85156.87154.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=40.08%
G=14.40%
B=45.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103371170.120.6800.54289.551.9530.2
Hex672575C44036122341e
Octal14745165141040664426436
Binary1100111100101111010111001000100011011010010001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672575; }

 p { color: rgb(103,37,117); }

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

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

 a { background-color: rgb(103,37,117); }

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

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

 span { border-color: rgb(103,37,117); }

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