#652672

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

Shades of Seance #652672

Tints of Seance #652672

Color information

#652672 (or 0x652672) is unknown color: approx Seance. HEX triplet: 65, 26 and 72. RGB value is (101,38,114). Sum of RGB (Red+Green+Blue) = 101+38+114=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #652672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652672 is #9AD98D. Grayscale: #414141. Windows color (decimal): -10148238 or 7480933. OLE color: 7480933.

HSL color Cylindrical-coordinate representation of color #652672: hue angle of 289.74º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652672 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10138114-
CMYK0.110.6700.55
HSL289.74º50%29.8%-
HSV(B)289.74º66.67%44.71%-
XYZ9.15.3716.48-
YUV65.5155.37153.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=39.92%
G=15.02%
B=45.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101381140.110.6700.55289.745029.8
Hex652672B43037122321e
Octal14546162131030674426236
Binary1100101100110111001010111000011011011110010001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652672; }

 p { color: rgb(101,38,114); }

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

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

 a { background-color: rgb(101,38,114); }

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

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

 span { border-color: rgb(101,38,114); }

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