#652375

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

Shades of Seance #652375

Tints of Seance #652375

Color information

#652375 (or 0x652375) is unknown color: approx Seance. HEX triplet: 65, 23 and 75. RGB value is (101,35,117). Sum of RGB (Red+Green+Blue) = 101+35+117=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #652375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652375 is #9ADC8A. Grayscale: #3F3F3F. Windows color (decimal): -10149003 or 7676773. OLE color: 7676773.

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

Color convert

RGB10135117-
CMYK0.140.7000.54
HSL288.29º53.95%29.8%-
HSV(B)288.29º70.09%45.88%-
XYZ9.185.2517.36-
YUV64.08157.87154.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=39.92%
G=13.83%
B=46.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101351170.140.7000.54288.2953.9529.8
Hex652375E46036120361e
Octal14543165161060664406636
Binary1100101100011111010111101000110011011010010000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652375; }

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

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

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

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

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

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

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

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