#65326E

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

Shades of Seance #65326E

Tints of Seance #65326E

Color information

#65326E (or 0x65326E) is unknown color: approx Seance. HEX triplet: 65, 32 and 6E. RGB value is (101,50,110). Sum of RGB (Red+Green+Blue) = 101+50+110=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #65326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65326E is #9ACD91. Grayscale: #474747. Windows color (decimal): -10145170 or 7221861. OLE color: 7221861.

HSL color Cylindrical-coordinate representation of color #65326E: hue angle of 291º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65326E is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10150110-
CMYK0.080.5500.57
HSL291º37.5%31.37%-
HSV(B)291º54.55%43.14%-
XYZ9.326.1715.45-
YUV72.09149.4148.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=38.70%
G=19.16%
B=42.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101501100.080.5500.5729137.531.37
Hex65326E837039123261f
Octal1456215610670714434637
Binary110010111001011011101000110111011100110010001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65326E; }

 p { color: rgb(101,50,110); }

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

<style>
 a { background-color: #65326E; }

 a { background-color: rgb(101,50,110); }

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

<style>
 span { border-color: #65326E; }

 span { border-color: rgb(101,50,110); }

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