#66247B

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

Shades of Seance #66247B

Tints of Seance #66247B

Color information

#66247B (or 0x66247B) is unknown color: approx Seance. HEX triplet: 66, 24 and 7B. RGB value is (102,36,123). Sum of RGB (Red+Green+Blue) = 102+36+123=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #66247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66247B is #99DB84. Grayscale: #414141. Windows color (decimal): -10083205 or 8070246. OLE color: 8070246.

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

Color convert

RGB10236123-
CMYK0.170.7100.52
HSL285.52º54.72%31.18%-
HSV(B)285.52º70.73%48.24%-
XYZ9.695.5219.29-
YUV65.65160.37153.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=39.08%
G=13.79%
B=47.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102361230.170.7100.52285.5254.7231.18
Hex66247B114703411e371f
Octal14644173211070644366737
Binary11001101001001111011100011000111011010010001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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