#641B6C

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

Shades of Seance #641B6C

Tints of Seance #641B6C

Color information

#641B6C (or 0x641B6C) is unknown color: approx Seance. HEX triplet: 64, 1B and 6C. RGB value is (100,27,108). Sum of RGB (Red+Green+Blue) = 100+27+108=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 108 - color contains mainly: blue. Hex color #641B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641B6C is #9BE493. Grayscale: #393939. Windows color (decimal): -10216596 or 7084900. OLE color: 7084900.

HSL color Cylindrical-coordinate representation of color #641B6C: hue angle of 294.07º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641B6C is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10027108-
CMYK0.070.7500.58
HSL294.07º60%26.47%-
HSV(B)294.07º75%42.35%-
XYZ8.354.5814.63-
YUV58.06156.18157.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 27 (10.94% from 255) = 11.49%
BLUE value IS 108 (42.58% from 255) = 45.96%
R=42.55%
G=11.49%
B=45.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100271080.070.7500.58294.076026.47
Hex641B6C74B03A1263c1a
Octal1443315471130724467432
Binary11001001101111011001111001011011101010010011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,27,108); }

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

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

 a { background-color: rgb(100,27,108); }

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

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

 span { border-color: rgb(100,27,108); }

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