#662575

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

Shades of Seance #662575

Tints of Seance #662575

Color information

#662575 (or 0x662575) is unknown color: approx Seance. HEX triplet: 66, 25 and 75. RGB value is (102,37,117). Sum of RGB (Red+Green+Blue) = 102+37+117=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #662575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662575 is #99DA8A. Grayscale: #414141. Windows color (decimal): -10082955 or 7677286. OLE color: 7677286.

HSL color Cylindrical-coordinate representation of color #662575: hue angle of 288.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662575 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10237117-
CMYK0.130.6800.54
HSL288.75º51.95%30.2%-
HSV(B)288.75º68.38%45.88%-
XYZ9.355.4317.39-
YUV65.56157.03154-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 37 (14.84% from 255) = 14.45%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=39.84%
G=14.45%
B=45.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102371170.130.6800.54288.7551.9530.2
Hex662575D44036121341e
Octal14645165151040664416436
Binary1100110100101111010111011000100011011010010000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662575; }

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

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

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

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

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

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

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

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