#651071

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

Shades of Seance #651071

Tints of Seance #651071

Color information

#651071 (or 0x651071) is unknown color: approx Seance. HEX triplet: 65, 10 and 71. RGB value is (101,16,113). Sum of RGB (Red+Green+Blue) = 101+16+113=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #651071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651071 is #9AEF8E. Grayscale: #343434. Windows color (decimal): -10153871 or 7409765. OLE color: 7409765.

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

Color convert

RGB10116113-
CMYK0.110.8600.56
HSL292.58º75.19%25.29%-
HSV(B)292.58º85.84%44.31%-
XYZ8.534.3316.01-
YUV52.47162.16162.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=43.91%
G=6.96%
B=49.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101161130.110.8600.56292.5875.1925.29
Hex651071B560381254b19
Octal145201611312607044511331
Binary1100101100001110001101110101100111000100100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651071; }

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

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

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

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

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

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

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

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