#662380

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

Shades of Seance #662380

Tints of Seance #662380

Color information

#662380 (or 0x662380) is unknown color: approx Seance. HEX triplet: 66, 23 and 80. RGB value is (102,35,128). Sum of RGB (Red+Green+Blue) = 102+35+128=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #662380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662380 is #99DC7F. Grayscale: #414141. Windows color (decimal): -10083456 or 8397670. OLE color: 8397670.

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

Color convert

RGB10235128-
CMYK0.200.7300.50
HSL283.23º57.06%31.96%-
HSV(B)283.23º72.66%50.2%-
XYZ9.985.5920.97-
YUV65.63163.2153.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 128 (50.39% from 255) = 48.30%
R=38.49%
G=13.21%
B=48.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102351280.200.7300.50283.2357.0631.96
Hex662380144903211b3920
Octal14643200241110624337140
Binary1100110100011100000001010010010010110010100011011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662380; }

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

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

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

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

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

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

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

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