#65386E

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

Shades of Seance #65386E

Tints of Seance #65386E

Color information

#65386E (or 0x65386E) is unknown color: approx Seance. HEX triplet: 65, 38 and 6E. RGB value is (101,56,110). Sum of RGB (Red+Green+Blue) = 101+56+110=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #65386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65386E is #9AC791. Grayscale: #4B4B4B. Windows color (decimal): -10143634 or 7223397. OLE color: 7223397.

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

Color convert

RGB10156110-
CMYK0.080.4900.57
HSL290º32.53%32.55%-
HSV(B)290º49.09%43.14%-
XYZ9.66.7215.54-
YUV75.61147.41146.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=37.83%
G=20.97%
B=41.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101561100.080.4900.5729032.5332.55
Hex65386E8310391222121
Octal1457015610610714424141
Binary1100101111000110111010001100010111001100100010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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