#651A70

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

Shades of Seance #651A70

Tints of Seance #651A70

Color information

#651A70 (or 0x651A70) is unknown color: approx Seance. HEX triplet: 65, 1A and 70. RGB value is (101,26,112). Sum of RGB (Red+Green+Blue) = 101+26+112=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #651A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651A70 is #9AE58F. Grayscale: #393939. Windows color (decimal): -10151312 or 7346789. OLE color: 7346789.

HSL color Cylindrical-coordinate representation of color #651A70: hue angle of 292.33º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651A70 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10126112-
CMYK0.100.7700.56
HSL292.33º62.32%27.06%-
HSV(B)292.33º76.79%43.92%-
XYZ8.664.6815.78-
YUV58.23158.35158.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=42.26%
G=10.88%
B=46.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101261120.100.7700.56292.3362.3227.06
Hex651A70A4D0381243e1b
Octal14532160121150704447633
Binary110010111010111000010101001101011100010010010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651A70; }

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

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

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

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

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

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

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

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