#642A77

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

Shades of Seance #642A77

Tints of Seance #642A77

Color information

#642A77 (or 0x642A77) is unknown color: approx Seance. HEX triplet: 64, 2A and 77. RGB value is (100,42,119). Sum of RGB (Red+Green+Blue) = 100+42+119=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #642A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642A77 is #9BD588. Grayscale: #434343. Windows color (decimal): -10212745 or 7809636. OLE color: 7809636.

HSL color Cylindrical-coordinate representation of color #642A77: hue angle of 285.19º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #642A77 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10042119-
CMYK0.160.6500.53
HSL285.19º47.83%31.57%-
HSV(B)285.19º64.71%46.67%-
XYZ9.415.718.06-
YUV68.12156.72150.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=38.31%
G=16.09%
B=45.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100421190.160.6500.53285.1947.8331.57
Hex642A77104103511d3020
Octal14452167201010654356040
Binary110010010101011101111000010000010110101100011101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642A77; }

 p { color: rgb(100,42,119); }

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

<style>
 a { background-color: #642A77; }

 a { background-color: rgb(100,42,119); }

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

<style>
 span { border-color: #642A77; }

 span { border-color: rgb(100,42,119); }

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