#64177F

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

Shades of Seance #64177F

Tints of Seance #64177F

Color information

#64177F (or 0x64177F) is unknown color: approx Seance. HEX triplet: 64, 17 and 7F. RGB value is (100,23,127). Sum of RGB (Red+Green+Blue) = 100+23+127=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #64177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64177F is #9BE880. Grayscale: #393939. Windows color (decimal): -10217601 or 8329060. OLE color: 8329060.

HSL color Cylindrical-coordinate representation of color #64177F: hue angle of 284.42º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64177F is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10023127-
CMYK0.210.8200.50
HSL284.42º69.33%29.41%-
HSV(B)284.42º81.89%49.8%-
XYZ9.394.8520.52-
YUV57.88167.01158.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 127 (50% from 255) = 50.8%
R=40%
G=9.2%
B=50.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100231270.210.8200.50284.4269.3329.41
Hex64177F155203211c451d
Octal144271772512206243410535
Binary11001001011111111111010110100100110010100011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64177F; }

 p { color: rgb(100,23,127); }

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

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

 a { background-color: rgb(100,23,127); }

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

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

 span { border-color: rgb(100,23,127); }

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