#641B7A

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

Shades of Seance #641B7A

Tints of Seance #641B7A

Color information

#641B7A (or 0x641B7A) is unknown color: approx Seance. HEX triplet: 64, 1B and 7A. RGB value is (100,27,122). Sum of RGB (Red+Green+Blue) = 100+27+122=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #641B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641B7A is #9BE485. Grayscale: #3B3B3B. Windows color (decimal): -10216582 or 8002404. OLE color: 8002404.

HSL color Cylindrical-coordinate representation of color #641B7A: hue angle of 286.11º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641B7A is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10027122-
CMYK0.180.7800.52
HSL286.11º63.76%29.22%-
HSV(B)286.11º77.87%47.84%-
XYZ9.164.918.88-
YUV59.66163.18156.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=40.16%
G=10.84%
B=49.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100271220.180.7800.52286.1163.7629.22
Hex641B7A124E03411e401d
Octal144331722211606443610035
Binary11001001101111110101001010011100110100100011110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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