#662371

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

Shades of Seance #662371

Tints of Seance #662371

Color information

#662371 (or 0x662371) is unknown color: approx Seance. HEX triplet: 66, 23 and 71. RGB value is (102,35,113). Sum of RGB (Red+Green+Blue) = 102+35+113=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #662371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662371 is #99DC8E. Grayscale: #3F3F3F. Windows color (decimal): -10083471 or 7414630. OLE color: 7414630.

HSL color Cylindrical-coordinate representation of color #662371: hue angle of 291.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662371 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10235113-
CMYK0.100.6900.56
HSL291.54º52.7%29.02%-
HSV(B)291.54º69.03%44.31%-
XYZ9.065.2216.15-
YUV63.92155.7155.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.8%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=40.8%
G=14%
B=45.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102351130.100.6900.56291.5452.729.02
Hex662371A45038124351d
Octal14643161121050704446535
Binary1100110100011111000110101000101011100010010010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662371; }

 p { color: rgb(102,35,113); }

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

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

 a { background-color: rgb(102,35,113); }

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

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

 span { border-color: rgb(102,35,113); }

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