#653070

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

Shades of Seance #653070

Tints of Seance #653070

Color information

#653070 (or 0x653070) is unknown color: approx Seance. HEX triplet: 65, 30 and 70. RGB value is (101,48,112). Sum of RGB (Red+Green+Blue) = 101+48+112=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #653070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653070 is #9ACF8F. Grayscale: #464646. Windows color (decimal): -10145680 or 7352421. OLE color: 7352421.

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

Color convert

RGB10148112-
CMYK0.100.5700.56
HSL289.69º40%31.37%-
HSV(B)289.69º57.14%43.92%-
XYZ9.356.0516-
YUV71.14151.06149.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=38.70%
G=18.39%
B=42.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101481120.100.5700.56289.694031.37
Hex653070A39038122281f
Octal1456016012710704425037
Binary110010111000011100001010111001011100010010001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653070; }

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

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

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

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

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

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

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

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