#66247C

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

Shades of Seance #66247C

Tints of Seance #66247C

Color information

#66247C (or 0x66247C) is unknown color: approx Seance. HEX triplet: 66, 24 and 7C. RGB value is (102,36,124). Sum of RGB (Red+Green+Blue) = 102+36+124=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #66247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66247C is #99DB83. Grayscale: #414141. Windows color (decimal): -10083204 or 8135782. OLE color: 8135782.

HSL color Cylindrical-coordinate representation of color #66247C: hue angle of 285º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66247C is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10236124-
CMYK0.180.7100.51
HSL285º55%31.37%-
HSV(B)285º70.97%48.63%-
XYZ9.755.5419.62-
YUV65.77160.87153.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=38.93%
G=13.74%
B=47.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102361240.180.7100.512855531.37
Hex66247C124703311d371f
Octal14644174221070634356737
Binary11001101001001111100100101000111011001110001110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66247C; }

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

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

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

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

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

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

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

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