#65356F

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

Shades of Seance #65356F

Tints of Seance #65356F

Color information

#65356F (or 0x65356F) is unknown color: approx Seance. HEX triplet: 65, 35 and 6F. RGB value is (101,53,111). Sum of RGB (Red+Green+Blue) = 101+53+111=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #65356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65356F is #9ACA90. Grayscale: #494949. Windows color (decimal): -10144401 or 7288165. OLE color: 7288165.

HSL color Cylindrical-coordinate representation of color #65356F: hue angle of 289.66º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65356F is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10153111-
CMYK0.090.5200.56
HSL289.66º35.37%32.16%-
HSV(B)289.66º52.25%43.53%-
XYZ9.516.4615.78-
YUV73.96148.9147.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=38.11%
G=20%
B=41.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101531110.090.5200.56289.6635.3732.16
Hex65356F9340381222320
Octal1456515711640704424340
Binary1100101110101110111110011101000111000100100010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65356F; }

 p { color: rgb(101,53,111); }

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

<style>
 a { background-color: #65356F; }

 a { background-color: rgb(101,53,111); }

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

<style>
 span { border-color: #65356F; }

 span { border-color: rgb(101,53,111); }

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