#662D71

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

Shades of Seance #662D71

Tints of Seance #662D71

Color information

#662D71 (or 0x662D71) is unknown color: approx Seance. HEX triplet: 66, 2D and 71. RGB value is (102,45,113). Sum of RGB (Red+Green+Blue) = 102+45+113=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #662D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D71 is #99D28E. Grayscale: #454545. Windows color (decimal): -10080911 or 7417190. OLE color: 7417190.

HSL color Cylindrical-coordinate representation of color #662D71: hue angle of 290.29º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662D71 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10245113-
CMYK0.100.6000.56
HSL290.29º43.04%30.98%-
HSV(B)290.29º60.18%44.31%-
XYZ9.45.8916.27-
YUV69.8152.38150.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=39.23%
G=17.31%
B=43.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102451130.100.6000.56290.2943.0430.98
Hex662D71A3C0381222b1f
Octal1465516112740704425337
Binary110011010110111100011010111100011100010010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D71; }

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

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

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

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

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

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

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

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