#653065

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

Shades of Seance #653065

Tints of Seance #653065

Color information

#653065 (or 0x653065) is unknown color: approx Seance. HEX triplet: 65, 30 and 65. RGB value is (101,48,101). Sum of RGB (Red+Green+Blue) = 101+48+101=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653065 is #9ACF9A. Grayscale: #454545. Windows color (decimal): -10145691 or 6631525. OLE color: 6631525.

HSL color Cylindrical-coordinate representation of color #653065: hue angle of 300º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653065 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10148101-
CMYK00.5200.60
HSL300º35.57%29.22%-
HSV(B)300º52.48%39.61%-
XYZ8.775.8212.97-
YUV69.89145.56150.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=40.4%
G=19.2%
B=40.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1014810100.5200.6030035.5729.22
Hex65306503403C12c241d
Octal145601450640744544435
Binary110010111000011001010110100011110010010110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653065; }

 p { color: rgb(101,48,101); }

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

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

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

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

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

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

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