#652575

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

Shades of Seance #652575

Tints of Seance #652575

Color information

#652575 (or 0x652575) is unknown color: approx Seance. HEX triplet: 65, 25 and 75. RGB value is (101,37,117). Sum of RGB (Red+Green+Blue) = 101+37+117=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #652575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652575 is #9ADA8A. Grayscale: #414141. Windows color (decimal): -10148491 or 7677285. OLE color: 7677285.

HSL color Cylindrical-coordinate representation of color #652575: hue angle of 288º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #652575 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10137117-
CMYK0.140.6800.54
HSL288º51.95%30.2%-
HSV(B)288º68.38%45.88%-
XYZ9.245.3717.38-
YUV65.26157.2153.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.61%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=39.61%
G=14.51%
B=45.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101371170.140.6800.5428851.9530.2
Hex652575E44036120341e
Octal14545165161040664406436
Binary1100101100101111010111101000100011011010010000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652575; }

 p { color: rgb(101,37,117); }

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

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

 a { background-color: rgb(101,37,117); }

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

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

 span { border-color: rgb(101,37,117); }

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