#642677

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

Shades of Seance #642677

Tints of Seance #642677

Color information

#642677 (or 0x642677) is unknown color: approx Seance. HEX triplet: 64, 26 and 77. RGB value is (100,38,119). Sum of RGB (Red+Green+Blue) = 100+38+119=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #642677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642677 is #9BD988. Grayscale: #414141. Windows color (decimal): -10213769 or 7808612. OLE color: 7808612.

HSL color Cylindrical-coordinate representation of color #642677: hue angle of 285.93º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642677 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10038119-
CMYK0.160.6800.53
HSL285.93º51.59%30.78%-
HSV(B)285.93º68.07%46.67%-
XYZ9.285.4318.01-
YUV65.77158.04152.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=38.91%
G=14.79%
B=46.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100381190.160.6800.53285.9351.5930.78
Hex642677104403511e341f
Octal14446167201040654366437
Binary11001001001101110111100001000100011010110001111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642677; }

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

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

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

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

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

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

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

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