#653275

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

Shades of Seance #653275

Tints of Seance #653275

Color information

#653275 (or 0x653275) is unknown color: approx Seance. HEX triplet: 65, 32 and 75. RGB value is (101,50,117). Sum of RGB (Red+Green+Blue) = 101+50+117=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #653275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653275 is #9ACD8A. Grayscale: #484848. Windows color (decimal): -10145163 or 7680613. OLE color: 7680613.

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

Color convert

RGB10150117-
CMYK0.140.5700.54
HSL285.67º40.12%32.75%-
HSV(B)285.67º57.26%45.88%-
XYZ9.726.3317.54-
YUV72.89152.9148.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=37.69%
G=18.66%
B=43.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101501170.140.5700.54285.6740.1232.75
Hex653275E3903611e2821
Octal1456216516710664365041
Binary1100101110010111010111101110010110110100011110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653275; }

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

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

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

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

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

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

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

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