#653074

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

Shades of Seance #653074

Tints of Seance #653074

Color information

#653074 (or 0x653074) is unknown color: approx Seance. HEX triplet: 65, 30 and 74. RGB value is (101,48,116). Sum of RGB (Red+Green+Blue) = 101+48+116=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #653074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653074 is #9ACF8B. Grayscale: #474747. Windows color (decimal): -10145676 or 7614565. OLE color: 7614565.

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

Color convert

RGB10148116-
CMYK0.130.5900.55
HSL286.76º41.46%32.16%-
HSV(B)286.76º58.62%45.49%-
XYZ9.586.1417.2-
YUV71.6153.06148.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=38.11%
G=18.11%
B=43.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101481160.130.5900.55286.7641.4632.16
Hex653074D3B03711f2920
Octal1456016415730674375140
Binary1100101110000111010011011110110110111100011111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653074; }

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

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

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

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

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

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

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

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