#671872

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

Shades of Seance #671872

Tints of Seance #671872

Color information

#671872 (or 0x671872) is unknown color: approx Seance. HEX triplet: 67, 18 and 72. RGB value is (103,24,114). Sum of RGB (Red+Green+Blue) = 103+24+114=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #671872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671872 is #98E78D. Grayscale: #393939. Windows color (decimal): -10020750 or 7477351. OLE color: 7477351.

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

Color convert

RGB10324114-
CMYK0.100.7900.55
HSL292.67º65.22%27.06%-
HSV(B)292.67º78.95%44.71%-
XYZ8.964.7516.36-
YUV57.88159.67160.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=42.74%
G=9.96%
B=47.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103241140.100.7900.55292.6765.2227.06
Hex671872A4F037125411b
Octal147301621211706744510133
Binary1100111110001110010101010011110110111100100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671872; }

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

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

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

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

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

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

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

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