#653271

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

Shades of Seance #653271

Tints of Seance #653271

Color information

#653271 (or 0x653271) is unknown color: approx Seance. HEX triplet: 65, 32 and 71. RGB value is (101,50,113). Sum of RGB (Red+Green+Blue) = 101+50+113=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #653271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653271 is #9ACD8E. Grayscale: #484848. Windows color (decimal): -10145167 or 7418469. OLE color: 7418469.

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

Color convert

RGB10150113-
CMYK0.110.5600.56
HSL288.57º38.65%31.96%-
HSV(B)288.57º55.75%44.31%-
XYZ9.496.2416.33-
YUV72.43150.9148.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=38.26%
G=18.94%
B=42.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101501130.110.5600.56288.5738.6531.96
Hex653271B380381212720
Octal1456216113700704414740
Binary1100101110010111000110111110000111000100100001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653271; }

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

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

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

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

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

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

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

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