#653373

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

Shades of Seance #653373

Tints of Seance #653373

Color information

#653373 (or 0x653373) is unknown color: approx Seance. HEX triplet: 65, 33 and 73. RGB value is (101,51,115). Sum of RGB (Red+Green+Blue) = 101+51+115=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #653373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653373 is #9ACC8C. Grayscale: #494949. Windows color (decimal): -10144909 or 7549797. OLE color: 7549797.

HSL color Cylindrical-coordinate representation of color #653373: hue angle of 286.88º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #653373 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10151115-
CMYK0.120.5600.55
HSL286.88º38.55%32.55%-
HSV(B)286.88º55.65%45.1%-
XYZ9.656.3716.94-
YUV73.25151.56147.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=37.83%
G=19.10%
B=43.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101511150.120.5600.55286.8838.5532.55
Hex653373C3803711f2721
Octal1456316314700674374741
Binary1100101110011111001111001110000110111100011111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653373; }

 p { color: rgb(101,51,115); }

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

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

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

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

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

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

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