#651278

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

Shades of Seance #651278

Tints of Seance #651278

Color information

#651278 (or 0x651278) is unknown color: approx Seance. HEX triplet: 65, 12 and 78. RGB value is (101,18,120). Sum of RGB (Red+Green+Blue) = 101+18+120=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #651278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651278 is #9AED87. Grayscale: #363636. Windows color (decimal): -10153352 or 7869029. OLE color: 7869029.

HSL color Cylindrical-coordinate representation of color #651278: hue angle of 288.82º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651278 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10118120-
CMYK0.160.8500.53
HSL288.82º73.91%27.06%-
HSV(B)288.82º85%47.06%-
XYZ8.974.5618.18-
YUV54.44165161.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=42.26%
G=7.53%
B=50.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101181200.160.8500.53288.8273.9127.06
Hex65127810550351214a1b
Octal145221702012506544111233
Binary11001011001011110001000010101010110101100100001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651278; }

 p { color: rgb(101,18,120); }

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

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

 a { background-color: rgb(101,18,120); }

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

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

 span { border-color: rgb(101,18,120); }

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