#652377

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

Shades of Seance #652377

Tints of Seance #652377

Color information

#652377 (or 0x652377) is unknown color: approx Seance. HEX triplet: 65, 23 and 77. RGB value is (101,35,119). Sum of RGB (Red+Green+Blue) = 101+35+119=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #652377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652377 is #9ADC88. Grayscale: #404040. Windows color (decimal): -10149001 or 7807845. OLE color: 7807845.

HSL color Cylindrical-coordinate representation of color #652377: hue angle of 287.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652377 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10135119-
CMYK0.150.7100.53
HSL287.14º54.55%30.2%-
HSV(B)287.14º70.59%46.67%-
XYZ9.35.317.99-
YUV64.31158.87154.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.61%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=39.61%
G=13.73%
B=46.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101351190.150.7100.53287.1454.5530.2
Hex652377F4703511f371e
Octal14543167171070654376736
Binary1100101100011111011111111000111011010110001111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652377; }

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

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

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

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

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

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

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

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