#64177E

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

Shades of Seance #64177E

Tints of Seance #64177E

Color information

#64177E (or 0x64177E) is unknown color: approx Seance. HEX triplet: 64, 17 and 7E. RGB value is (100,23,126). Sum of RGB (Red+Green+Blue) = 100+23+126=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #64177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64177E is #9BE881. Grayscale: #393939. Windows color (decimal): -10217602 or 8263524. OLE color: 8263524.

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

Color convert

RGB10023126-
CMYK0.210.8200.51
HSL284.85º69.13%29.22%-
HSV(B)284.85º81.75%49.41%-
XYZ9.334.8320.18-
YUV57.76166.51158.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 126 (49.61% from 255) = 50.60%
R=40.16%
G=9.24%
B=50.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100231260.210.8200.51284.8569.1329.22
Hex64177E155203311d451d
Octal144271762512206343510535
Binary11001001011111111101010110100100110011100011101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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