#671972

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

Shades of Seance #671972

Tints of Seance #671972

Color information

#671972 (or 0x671972) is unknown color: approx Seance. HEX triplet: 67, 19 and 72. RGB value is (103,25,114). Sum of RGB (Red+Green+Blue) = 103+25+114=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #671972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671972 is #98E68D. Grayscale: #3A3A3A. Windows color (decimal): -10020494 or 7477607. OLE color: 7477607.

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

Color convert

RGB10325114-
CMYK0.100.7800.55
HSL292.58º64.03%27.25%-
HSV(B)292.58º78.07%44.71%-
XYZ8.984.7916.37-
YUV58.47159.34159.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.56%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=42.56%
G=10.33%
B=47.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103251140.100.7800.55292.5864.0327.25
Hex671972A4E037125401b
Octal147311621211606744510033
Binary1100111110011110010101010011100110111100100101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671972; }

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

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

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

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

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

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

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

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