#66137C

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

Shades of Seance #66137C

Tints of Seance #66137C

Color information

#66137C (or 0x66137C) is unknown color: approx Seance. HEX triplet: 66, 13 and 7C. RGB value is (102,19,124). Sum of RGB (Red+Green+Blue) = 102+19+124=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #66137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66137C is #99EC83. Grayscale: #373737. Windows color (decimal): -10087556 or 8131430. OLE color: 8131430.

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

Color convert

RGB10219124-
CMYK0.180.8500.51
HSL287.43º73.43%28.04%-
HSV(B)287.43º84.68%48.63%-
XYZ9.354.7519.49-
YUV55.79166.5160.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 19 (7.81% from 255) = 7.76%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=41.63%
G=7.76%
B=50.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102191240.180.8500.51287.4373.4328.04
Hex66137C125503311f491c
Octal146231742212506343711134
Binary11001101001111111001001010101010110011100011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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