#652478

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

Shades of Seance #652478

Tints of Seance #652478

Color information

#652478 (or 0x652478) is unknown color: approx Seance. HEX triplet: 65, 24 and 78. RGB value is (101,36,120). Sum of RGB (Red+Green+Blue) = 101+36+120=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #652478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652478 is #9ADB87. Grayscale: #404040. Windows color (decimal): -10148744 or 7873637. OLE color: 7873637.

HSL color Cylindrical-coordinate representation of color #652478: hue angle of 286.43º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #652478 is Cyan = 0.16, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10136120-
CMYK0.160.700.53
HSL286.43º53.85%30.59%-
HSV(B)286.43º70%47.06%-
XYZ9.395.3818.31-
YUV65.01159.03153.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.30%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=39.30%
G=14.01%
B=46.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101361200.160.700.53286.4353.8530.59
Hex652478104603511e361f
Octal14544170201060654366637
Binary11001011001001111000100001000110011010110001111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652478; }

 p { color: rgb(101,36,120); }

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

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

 a { background-color: rgb(101,36,120); }

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

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

 span { border-color: rgb(101,36,120); }

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