#66137D

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

Shades of Seance #66137D

Tints of Seance #66137D

Color information

#66137D (or 0x66137D) is unknown color: approx Seance. HEX triplet: 66, 13 and 7D. RGB value is (102,19,125). Sum of RGB (Red+Green+Blue) = 102+19+125=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #66137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66137D is #99EC82. Grayscale: #373737. Windows color (decimal): -10087555 or 8196966. OLE color: 8196966.

HSL color Cylindrical-coordinate representation of color #66137D: hue angle of 286.98º degrees, saturation: 0.74, 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 #66137D is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10219125-
CMYK0.180.8500.51
HSL286.98º73.61%28.24%-
HSV(B)286.98º84.8%49.02%-
XYZ9.414.7719.83-
YUV55.9167160.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 125 (49.22% from 255) = 50.81%
R=41.46%
G=7.72%
B=50.81%

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
Decimal102191250.180.8500.51286.9873.6128.24
Hex66137D125503311f4a1c
Octal146231752212506343711234
Binary11001101001111111011001010101010110011100011111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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