#641C73

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

Shades of Seance #641C73

Tints of Seance #641C73

Color information

#641C73 (or 0x641C73) is unknown color: approx Seance. HEX triplet: 64, 1C and 73. RGB value is (100,28,115). Sum of RGB (Red+Green+Blue) = 100+28+115=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #641C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641C73 is #9BE38C. Grayscale: #3B3B3B. Windows color (decimal): -10216333 or 7543908. OLE color: 7543908.

HSL color Cylindrical-coordinate representation of color #641C73: hue angle of 289.66º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641C73 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10028115-
CMYK0.130.7600.55
HSL289.66º60.84%28.04%-
HSV(B)289.66º75.65%45.1%-
XYZ8.774.7816.68-
YUV59.45159.35156.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=41.15%
G=11.52%
B=47.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100281150.130.7600.55289.6660.8428.04
Hex641C73D4C0371223d1c
Octal14434163151140674427534
Binary110010011100111001111011001100011011110010001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641C73; }

 p { color: rgb(100,28,115); }

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

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

 a { background-color: rgb(100,28,115); }

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

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

 span { border-color: rgb(100,28,115); }

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