#662571

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

Shades of Seance #662571

Tints of Seance #662571

Color information

#662571 (or 0x662571) is unknown color: approx Seance. HEX triplet: 66, 25 and 71. RGB value is (102,37,113). Sum of RGB (Red+Green+Blue) = 102+37+113=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #662571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662571 is #99DA8E. Grayscale: #404040. Windows color (decimal): -10082959 or 7415142. OLE color: 7415142.

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

Color convert

RGB10237113-
CMYK0.100.6700.56
HSL291.32º50.67%29.41%-
HSV(B)291.32º67.26%44.31%-
XYZ9.125.3416.17-
YUV65.1155.03154.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=40.48%
G=14.68%
B=44.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102371130.100.6700.56291.3250.6729.41
Hex662571A43038123331d
Octal14645161121030704436335
Binary1100110100101111000110101000011011100010010001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662571; }

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

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

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

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

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

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

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

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