#662770

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

Shades of Seance #662770

Tints of Seance #662770

Color information

#662770 (or 0x662770) is unknown color: approx Seance. HEX triplet: 66, 27 and 70. RGB value is (102,39,112). Sum of RGB (Red+Green+Blue) = 102+39+112=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #662770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662770 is #99D88F. Grayscale: #414141. Windows color (decimal): -10082448 or 7350118. OLE color: 7350118.

HSL color Cylindrical-coordinate representation of color #662770: hue angle of 291.78º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662770 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10239112-
CMYK0.090.6500.56
HSL291.78º48.34%29.61%-
HSV(B)291.78º65.18%43.92%-
XYZ9.135.4515.9-
YUV66.16153.87153.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=40.32%
G=15.42%
B=44.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102391120.090.6500.56291.7848.3429.61
Hex662770941038124301e
Octal14647160111010704446036
Binary1100110100111111000010011000001011100010010010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662770; }

 p { color: rgb(102,39,112); }

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

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

 a { background-color: rgb(102,39,112); }

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

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

 span { border-color: rgb(102,39,112); }

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