#662480

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

Shades of Seance #662480

Tints of Seance #662480

Color information

#662480 (or 0x662480) is unknown color: approx Seance. HEX triplet: 66, 24 and 80. RGB value is (102,36,128). Sum of RGB (Red+Green+Blue) = 102+36+128=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #662480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662480 is #99DB7F. Grayscale: #414141. Windows color (decimal): -10083200 or 8397926. OLE color: 8397926.

HSL color Cylindrical-coordinate representation of color #662480: hue angle of 283.04º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #662480 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10236128-
CMYK0.200.7200.50
HSL283.04º56.1%32.16%-
HSV(B)283.04º71.88%50.2%-
XYZ10.015.6520.98-
YUV66.22162.87153.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=38.35%
G=13.53%
B=48.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102361280.200.7200.50283.0456.132.16
Hex662480144803211b3820
Octal14644200241100624337040
Binary1100110100100100000001010010010000110010100011011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662480; }

 p { color: rgb(102,36,128); }

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

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

 a { background-color: rgb(102,36,128); }

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

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

 span { border-color: rgb(102,36,128); }

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