#672672

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

Shades of Seance #672672

Tints of Seance #672672

Color information

#672672 (or 0x672672) is unknown color: approx Seance. HEX triplet: 67, 26 and 72. RGB value is (103,38,114). Sum of RGB (Red+Green+Blue) = 103+38+114=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #672672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672672 is #98D98D. Grayscale: #414141. Windows color (decimal): -10017166 or 7480935. OLE color: 7480935.

HSL color Cylindrical-coordinate representation of color #672672: hue angle of 291.32º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672672 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10338114-
CMYK0.100.6700.55
HSL291.32º50%29.8%-
HSV(B)291.32º66.67%44.71%-
XYZ9.325.4816.49-
YUV66.1155.03154.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.39%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=40.39%
G=14.90%
B=44.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103381140.100.6700.55291.325029.8
Hex672672A43037123321e
Octal14746162121030674436236
Binary1100111100110111001010101000011011011110010001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672672; }

 p { color: rgb(103,38,114); }

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

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

 a { background-color: rgb(103,38,114); }

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

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

 span { border-color: rgb(103,38,114); }

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