#66227B

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

Shades of Seance #66227B

Tints of Seance #66227B

Color information

#66227B (or 0x66227B) is unknown color: approx Seance. HEX triplet: 66, 22 and 7B. RGB value is (102,34,123). Sum of RGB (Red+Green+Blue) = 102+34+123=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #66227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66227B is #99DD84. Grayscale: #404040. Windows color (decimal): -10083717 or 8069734. OLE color: 8069734.

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

Color convert

RGB10234123-
CMYK0.170.7200.52
HSL285.84º56.69%30.78%-
HSV(B)285.84º72.36%48.24%-
XYZ9.635.419.27-
YUV64.48161.03154.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=39.38%
G=13.13%
B=47.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102341230.170.7200.52285.8456.6930.78
Hex66227B114803411e391f
Octal14642173211100644367137
Binary11001101000101111011100011001000011010010001111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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