#65396B

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

Shades of Seance #65396B

Tints of Seance #65396B

Color information

#65396B (or 0x65396B) is unknown color: approx Seance. HEX triplet: 65, 39 and 6B. RGB value is (101,57,107). Sum of RGB (Red+Green+Blue) = 101+57+107=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #65396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65396B is #9AC694. Grayscale: #4B4B4B. Windows color (decimal): -10143381 or 7027045. OLE color: 7027045.

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

Color convert

RGB10157107-
CMYK0.060.4700.58
HSL292.8º30.49%32.16%-
HSV(B)292.8º46.73%41.96%-
XYZ9.486.7514.71-
YUV75.86145.58145.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=38.11%
G=21.51%
B=40.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101571070.060.4700.58292.830.4932.16
Hex65396B62F03A1251e20
Octal145711536570724453640
Binary11001011110011101011110101111011101010010010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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