#652B6E

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

Shades of Seance #652B6E

Tints of Seance #652B6E

Color information

#652B6E (or 0x652B6E) is unknown color: approx Seance. HEX triplet: 65, 2B and 6E. RGB value is (101,43,110). Sum of RGB (Red+Green+Blue) = 101+43+110=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #652B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652B6E is #9AD491. Grayscale: #434343. Windows color (decimal): -10146962 or 7220069. OLE color: 7220069.

HSL color Cylindrical-coordinate representation of color #652B6E: hue angle of 291.94º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #652B6E is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10143110-
CMYK0.080.6100.57
HSL291.94º43.79%30%-
HSV(B)291.94º60.91%43.14%-
XYZ9.055.6215.36-
YUV67.98151.72151.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 43 (17.19% from 255) = 16.93%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=39.76%
G=16.93%
B=43.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101431100.080.6100.57291.9443.7930
Hex652B6E83D0391242c1e
Octal1455315610750714445436
Binary110010110101111011101000111101011100110010010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652B6E; }

 p { color: rgb(101,43,110); }

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

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

 a { background-color: rgb(101,43,110); }

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

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

 span { border-color: rgb(101,43,110); }

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