#641F6A

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

Shades of Seance #641F6A

Tints of Seance #641F6A

Color information

#641F6A (or 0x641F6A) is unknown color: approx Seance. HEX triplet: 64, 1F and 6A. RGB value is (100,31,106). Sum of RGB (Red+Green+Blue) = 100+31+106=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #641F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641F6A is #9BE095. Grayscale: #3B3B3B. Windows color (decimal): -10215574 or 6954852. OLE color: 6954852.

HSL color Cylindrical-coordinate representation of color #641F6A: hue angle of 295.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #641F6A is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10031106-
CMYK0.060.7100.58
HSL295.2º54.74%26.86%-
HSV(B)295.2º70.75%41.57%-
XYZ8.354.7314.11-
YUV60.18153.86156.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 31 (12.5% from 255) = 13.08%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=42.19%
G=13.08%
B=44.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100311060.060.7100.58295.254.7426.86
Hex641F6A64703A127371b
Octal1443715261070724476733
Binary11001001111111010101101000111011101010010011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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