#641D7B

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

Shades of Seance #641D7B

Tints of Seance #641D7B

Color information

#641D7B (or 0x641D7B) is unknown color: approx Seance. HEX triplet: 64, 1D and 7B. RGB value is (100,29,123). Sum of RGB (Red+Green+Blue) = 100+29+123=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #641D7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D7B is #9BE284. Grayscale: #3C3C3C. Windows color (decimal): -10216069 or 8068452. OLE color: 8068452.

HSL color Cylindrical-coordinate representation of color #641D7B: hue angle of 285.32º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641D7B is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10029123-
CMYK0.190.7600.52
HSL285.32º61.84%29.8%-
HSV(B)285.32º76.42%48.24%-
XYZ9.275.0219.22-
YUV60.94163.02155.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.68%
GREEN value IS 29 (11.72% from 255) = 11.51%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=39.68%
G=11.51%
B=48.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100291230.190.7600.52285.3261.8429.8
Hex641D7B134C03411d3e1e
Octal14435173231140644357636
Binary1100100111011111011100111001100011010010001110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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