#652171

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

Shades of Seance #652171

Tints of Seance #652171

Color information

#652171 (or 0x652171) is unknown color: approx Seance. HEX triplet: 65, 21 and 71. RGB value is (101,33,113). Sum of RGB (Red+Green+Blue) = 101+33+113=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #652171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652171 is #9ADE8E. Grayscale: #3E3E3E. Windows color (decimal): -10149519 or 7414117. OLE color: 7414117.

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

Color convert

RGB10133113-
CMYK0.110.7100.56
HSL291º54.79%28.63%-
HSV(B)291º70.8%44.31%-
XYZ8.895.0516.13-
YUV62.45156.53155.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=40.89%
G=13.36%
B=45.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101331130.110.7100.5629154.7928.63
Hex652171B47038123371d
Octal14541161131070704436735
Binary1100101100001111000110111000111011100010010001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652171; }

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

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

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

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

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

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

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

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