#653372

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

Shades of Seance #653372

Tints of Seance #653372

Color information

#653372 (or 0x653372) is unknown color: approx Seance. HEX triplet: 65, 33 and 72. RGB value is (101,51,114). Sum of RGB (Red+Green+Blue) = 101+51+114=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #653372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653372 is #9ACC8D. Grayscale: #484848. Windows color (decimal): -10144910 or 7484261. OLE color: 7484261.

HSL color Cylindrical-coordinate representation of color #653372: hue angle of 287.62º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #653372 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10151114-
CMYK0.110.5500.55
HSL287.62º38.18%32.35%-
HSV(B)287.62º55.26%44.71%-
XYZ9.596.3516.64-
YUV73.13151.06147.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=37.97%
G=19.17%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101511140.110.5500.55287.6238.1832.35
Hex653372B370371202620
Octal1456316213670674404640
Binary1100101110011111001010111101110110111100100000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653372; }

 p { color: rgb(101,51,114); }

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

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

 a { background-color: rgb(101,51,114); }

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

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

 span { border-color: rgb(101,51,114); }

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