#653272

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

Shades of Seance #653272

Tints of Seance #653272

Color information

#653272 (or 0x653272) is unknown color: approx Seance. HEX triplet: 65, 32 and 72. RGB value is (101,50,114). Sum of RGB (Red+Green+Blue) = 101+50+114=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #653272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653272 is #9ACD8D. Grayscale: #484848. Windows color (decimal): -10145166 or 7484005. OLE color: 7484005.

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

Color convert

RGB10150114-
CMYK0.110.5600.55
HSL287.81º39.02%32.16%-
HSV(B)287.81º56.14%44.71%-
XYZ9.546.2616.63-
YUV72.54151.4148.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=38.11%
G=18.87%
B=43.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101501140.110.5600.55287.8139.0232.16
Hex653272B380371202720
Octal1456216213700674404740
Binary1100101110010111001010111110000110111100100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653272; }

 p { color: rgb(101,50,114); }

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

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

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

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

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

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

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