#641F7B

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

Shades of Seance #641F7B

Tints of Seance #641F7B

Color information

#641F7B (or 0x641F7B) is unknown color: approx Seance. HEX triplet: 64, 1F and 7B. RGB value is (100,31,123). Sum of RGB (Red+Green+Blue) = 100+31+123=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #641F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641F7B is #9BE084. Grayscale: #3D3D3D. Windows color (decimal): -10215557 or 8068964. OLE color: 8068964.

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

Color convert

RGB10031123-
CMYK0.190.7500.52
HSL285º59.74%30.2%-
HSV(B)285º74.8%48.24%-
XYZ9.325.1219.24-
YUV62.12162.36155.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.37%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=39.37%
G=12.20%
B=48.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100311230.190.7500.5228559.7430.2
Hex641F7B134B03411d3c1e
Octal14437173231130644357436
Binary1100100111111111011100111001011011010010001110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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