#671572

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

Shades of Seance #671572

Tints of Seance #671572

Color information

#671572 (or 0x671572) is unknown color: approx Seance. HEX triplet: 67, 15 and 72. RGB value is (103,21,114). Sum of RGB (Red+Green+Blue) = 103+21+114=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #671572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671572 is #98EA8D. Grayscale: #373737. Windows color (decimal): -10021518 or 7476583. OLE color: 7476583.

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

Color convert

RGB10321114-
CMYK0.100.8200.55
HSL292.9º68.89%26.47%-
HSV(B)292.9º81.58%44.71%-
XYZ8.94.6316.35-
YUV56.12160.67161.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.28%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=43.28%
G=8.82%
B=47.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103211140.100.8200.55292.968.8926.47
Hex671572A52037125451a
Octal147251621212206744510532
Binary1100111101011110010101010100100110111100100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671572; }

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

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

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

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

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

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

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

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