#641D73

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

Shades of Seance #641D73

Tints of Seance #641D73

Color information

#641D73 (or 0x641D73) is unknown color: approx Seance. HEX triplet: 64, 1D and 73. RGB value is (100,29,115). Sum of RGB (Red+Green+Blue) = 100+29+115=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #641D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D73 is #9BE28C. Grayscale: #3B3B3B. Windows color (decimal): -10216077 or 7544164. OLE color: 7544164.

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

Color convert

RGB10029115-
CMYK0.130.7500.55
HSL289.53º59.72%28.24%-
HSV(B)289.53º74.78%45.1%-
XYZ8.794.8316.69-
YUV60.03159.02156.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=40.98%
G=11.89%
B=47.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100291150.130.7500.55289.5359.7228.24
Hex641D73D4B0371223c1c
Octal14435163151130674427434
Binary110010011101111001111011001011011011110010001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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