#641D7D

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

Shades of Seance #641D7D

Tints of Seance #641D7D

Color information

#641D7D (or 0x641D7D) is unknown color: approx Seance. HEX triplet: 64, 1D and 7D. RGB value is (100,29,125). Sum of RGB (Red+Green+Blue) = 100+29+125=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #641D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D7D is #9BE282. Grayscale: #3C3C3C. Windows color (decimal): -10216067 or 8199524. OLE color: 8199524.

HSL color Cylindrical-coordinate representation of color #641D7D: hue angle of 284.38º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641D7D is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10029125-
CMYK0.20.7700.51
HSL284.38º62.34%30.2%-
HSV(B)284.38º76.8%49.02%-
XYZ9.45.0719.89-
YUV61.17164.02155.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.37%
GREEN value IS 29 (11.72% from 255) = 11.42%
BLUE value IS 125 (49.22% from 255) = 49.21%
R=39.37%
G=11.42%
B=49.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100291250.20.7700.51284.3862.3430.2
Hex641D7D144D03311c3e1e
Octal14435175241150634347636
Binary1100100111011111101101001001101011001110001110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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