#65326B

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

Shades of Seance #65326B

Tints of Seance #65326B

Color information

#65326B (or 0x65326B) is unknown color: approx Seance. HEX triplet: 65, 32 and 6B. RGB value is (101,50,107). Sum of RGB (Red+Green+Blue) = 101+50+107=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #65326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65326B is #9ACD94. Grayscale: #474747. Windows color (decimal): -10145173 or 7025253. OLE color: 7025253.

HSL color Cylindrical-coordinate representation of color #65326B: hue angle of 293.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65326B is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10150107-
CMYK0.060.5300.58
HSL293.68º36.31%30.78%-
HSV(B)293.68º53.27%41.96%-
XYZ9.166.1114.61-
YUV71.75147.9148.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.15%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=39.15%
G=19.38%
B=41.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101501070.060.5300.58293.6836.3130.78
Hex65326B63503A126241f
Octal145621536650724464437
Binary11001011100101101011110110101011101010010011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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