#653370

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

Shades of Seance #653370

Tints of Seance #653370

Color information

#653370 (or 0x653370) is unknown color: approx Seance. HEX triplet: 65, 33 and 70. RGB value is (101,51,112). Sum of RGB (Red+Green+Blue) = 101+51+112=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #653370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653370 is #9ACC8F. Grayscale: #484848. Windows color (decimal): -10144912 or 7353189. OLE color: 7353189.

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

Color convert

RGB10151112-
CMYK0.100.5400.56
HSL289.18º37.42%31.96%-
HSV(B)289.18º54.46%43.92%-
XYZ9.486.316.05-
YUV72.9150.06148.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=38.26%
G=19.32%
B=42.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101511120.100.5400.56289.1837.4231.96
Hex653370A360381212520
Octal1456316012660704414540
Binary1100101110011111000010101101100111000100100001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653370; }

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

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

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

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

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

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

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

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